Uses of Class
no.uib.cipr.matrix.UpperTriangBandMatrix
-
Packages that use UpperTriangBandMatrix Package Description no.uib.cipr.matrix -
-
Uses of UpperTriangBandMatrix in no.uib.cipr.matrix
Subclasses of UpperTriangBandMatrix in no.uib.cipr.matrix Modifier and Type Class Description class
UnitUpperTriangBandMatrix
Unit upper triangular banded matrix.Methods in no.uib.cipr.matrix that return UpperTriangBandMatrix Modifier and Type Method Description UpperTriangBandMatrix
UpperTriangBandMatrix. copy()
UpperTriangBandMatrix
BandCholesky. getU()
Returns the decomposition matrix.UpperTriangBandMatrix
BandLU. getU()
Returns the upper triangular factor
-