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 classUnitUpperTriangDenseMatrixUnit upper triangular dense matrix.Methods in no.uib.cipr.matrix that return UpperTriangDenseMatrix Modifier and Type Method Description UpperTriangDenseMatrixUpperTriangDenseMatrix. copy()UpperTriangDenseMatrixQR. getR()Returns the upper triangular factorUpperTriangDenseMatrixRQ. getR()Returns the upper triangular factorUpperTriangDenseMatrixDenseCholesky. getU()Returns the decomposition matrix.UpperTriangDenseMatrixDenseLU. getU()Returns the upper triangular factor
-