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

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

Uses of LowerTriangBandMatrix in no.uib.cipr.matrix
 

Subclasses of LowerTriangBandMatrix in no.uib.cipr.matrix
 class UnitLowerTriangBandMatrix
          Unit lower triangular banded matrix.
 

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