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

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

Uses of UpperTriangPackMatrix in no.uib.cipr.matrix
 

Subclasses of UpperTriangPackMatrix in no.uib.cipr.matrix
 class UnitUpperTriangPackMatrix
          Unit upper triangular packed matrix.
 

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