Uses of Class
no.uib.cipr.matrix.UpperTriangDenseMatrix
-
Packages that use UpperTriangDenseMatrix Package Description no.uib.cipr.matrix -
-
Uses of UpperTriangDenseMatrix in no.uib.cipr.matrix
Subclasses of UpperTriangDenseMatrix in no.uib.cipr.matrix Modifier and Type Class Description class
UnitUpperTriangDenseMatrix
Unit upper triangular dense matrix.Methods in no.uib.cipr.matrix that return UpperTriangDenseMatrix Modifier and Type Method Description UpperTriangDenseMatrix
UpperTriangDenseMatrix. copy()
UpperTriangDenseMatrix
QR. getR()
Returns the upper triangular factorUpperTriangDenseMatrix
RQ. getR()
Returns the upper triangular factorUpperTriangDenseMatrix
DenseCholesky. getU()
Returns the decomposition matrix.UpperTriangDenseMatrix
DenseLU. getU()
Returns the upper triangular factor
-