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

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

Uses of LowerTriangPackMatrix in no.uib.cipr.matrix
 

Subclasses of LowerTriangPackMatrix in no.uib.cipr.matrix
 class UnitLowerTriangPackMatrix
          Unit lower triangular packed matrix.
 

Methods in no.uib.cipr.matrix that return LowerTriangPackMatrix
 LowerTriangPackMatrix LowerTriangPackMatrix.copy()
           
 LowerTriangPackMatrix PackCholesky.getL()
          Returns the decomposition matrix.