Uses of Class
no.uib.cipr.matrix.LowerTriangDenseMatrix

Packages that use LowerTriangDenseMatrix
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
 

Uses of LowerTriangDenseMatrix in no.uib.cipr.matrix
 

Subclasses of LowerTriangDenseMatrix in no.uib.cipr.matrix
 class UnitLowerTriangDenseMatrix
          Unit lower triangular dense matrix.
 

Methods in no.uib.cipr.matrix that return LowerTriangDenseMatrix
 LowerTriangDenseMatrix LowerTriangDenseMatrix.copy()
           
 LowerTriangDenseMatrix DenseCholesky.getL()
          Returns the decomposition matrix.
 LowerTriangDenseMatrix LQ.getL()
          Returns the lower triangular factor
 LowerTriangDenseMatrix QL.getL()
          Returns the lower triangular factor