SuanShu, a Java numerical and statistical library

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

Class Summary
DefaultMatrixStorage There are multiple ways to implement the storage data structure depending on the matrix type for optimization purpose.
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)
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 © 2012 Numerical Method Inc. Ltd. All Rights Reserved.