Package org.ejml.dense.row.decompose
-
Class Summary Class Description TriangularSolver_ZDRM This contains algorithms for solving systems of equations where T is a non-singular triangular complex matrix:
T*x = b
where x and b are vectors, and T is an n by n matrix.UtilDecompositons_ZDRM Helper functions for generic decompsotions.