edu.stanford.nlp.linalg
Class MatrixAlgebra

java.lang.Object
  |
  +--edu.stanford.nlp.linalg.MatrixAlgebra

public class MatrixAlgebra
extends Object

This class implements matrix operations as needed


Constructor Summary
MatrixAlgebra()
           
 
Method Summary
 Matrix AAtranspose(Matrix A)
          returns A*A'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixAlgebra

public MatrixAlgebra()
Method Detail

AAtranspose

public Matrix AAtranspose(Matrix A)
returns A*A'



Stanford NLP Group