SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.diagonal

Class Summary
BidiagonalMatrix This class represents a matrix with non-zero entries only on the main, and either the super-diagonal or sub-diagonal.
DiagonalMatrix This class represents a matrix with non-zero entries only on the main diagonal.
TridiagonalMatrix This class represents a matrix with non-zero entries only on the super, main and sub diagonals.
 

Enum Summary
BidiagonalMatrix.Type the types of bidiagonal matrices available
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.