SuanShu, a Java numerical and statistical library

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

Interface Summary
MatrixData This interface defines for (an abstract) storage of matrix data.
 

Class Summary
GivensMatrix Givens rotation is a rotation in the plane spanned by two coordinates axes.
HilbertMatrix A Hilbert matrix, H, is a symmetric matrix with entries being the unit fractions H[i][j] = 1 / (i + j -1)
MatrixMathImpl<T extends Matrix> This is one implementation of Matrix.
MatrixStorageImpl<T extends Matrix> This is one implementation of Matrix.
PermutationMatrix A permutation matrix is a square matrix that has exactly one entry 1 in each row and each column and 0's elsewhere.
 


SuanShu, a Java numerical and statistical library

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