Package org.ejml.alg.dense.decomposition

Class Summary
BaseDecompositionBlock64 Generic interface for wrapping a BlockMatrix64F decomposition for processing of DenseMatrix64F.
TriangularSolver This contains algorithms for solving systems of equations where T is a non-singular triangular matrix:

T*x = b

where x and b are vectors, and T is an n by n matrix.
 



Copyright © 2012. All Rights Reserved.