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 classUnitLowerTriangDenseMatrixUnit lower triangular dense matrix.Methods in no.uib.cipr.matrix that return LowerTriangDenseMatrix Modifier and Type Method Description LowerTriangDenseMatrixLowerTriangDenseMatrix. copy()LowerTriangDenseMatrixDenseCholesky. getL()Returns the decomposition matrix.LowerTriangDenseMatrixLQ. getL()Returns the lower triangular factorLowerTriangDenseMatrixQL. getL()Returns the lower triangular factor
-