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

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

Uses of UpperTriangDenseMatrix in no.uib.cipr.matrix
 

Subclasses of UpperTriangDenseMatrix in no.uib.cipr.matrix
 class UnitUpperTriangDenseMatrix
          Unit upper triangular dense matrix.
 

Methods in no.uib.cipr.matrix that return UpperTriangDenseMatrix
 UpperTriangDenseMatrix UpperTriangDenseMatrix.copy()
           
 UpperTriangDenseMatrix QR.getR()
          Returns the upper triangular factor
 UpperTriangDenseMatrix RQ.getR()
          Returns the upper triangular factor
 UpperTriangDenseMatrix DenseCholesky.getU()
          Returns the decomposition matrix.
 UpperTriangDenseMatrix DenseLU.getU()
          Returns the upper triangular factor