Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tfloat.algo.decomposition.SparseFloatCholeskyDecomposition

Packages that use SparseFloatCholeskyDecomposition
cern.colt.matrix.tfloat.algo Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D
 

Uses of SparseFloatCholeskyDecomposition in cern.colt.matrix.tfloat.algo
 

Methods in cern.colt.matrix.tfloat.algo that return SparseFloatCholeskyDecomposition
 SparseFloatCholeskyDecomposition SparseFloatAlgebra.chol(FloatMatrix2D matrix, int order)
          Constructs and returns the Cholesky-decomposition of the given matrix.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage