Uses of Class
no.uib.cipr.matrix.LowerTriangDenseMatrix
-
Packages that use LowerTriangDenseMatrix Package Description no.uib.cipr.matrix -
-
Uses of LowerTriangDenseMatrix in no.uib.cipr.matrix
Subclasses of LowerTriangDenseMatrix in no.uib.cipr.matrix Modifier and Type Class Description class
UnitLowerTriangDenseMatrix
Unit lower triangular dense matrix.Methods in no.uib.cipr.matrix that return LowerTriangDenseMatrix Modifier and Type Method Description LowerTriangDenseMatrix
LowerTriangDenseMatrix. copy()
LowerTriangDenseMatrix
DenseCholesky. getL()
Returns the decomposition matrix.LowerTriangDenseMatrix
LQ. getL()
Returns the lower triangular factorLowerTriangDenseMatrix
QL. getL()
Returns the lower triangular factor
-