Uses of Class
no.uib.cipr.matrix.LowerTriangBandMatrix
-
Packages that use LowerTriangBandMatrix Package Description no.uib.cipr.matrix -
-
Uses of LowerTriangBandMatrix in no.uib.cipr.matrix
Subclasses of LowerTriangBandMatrix in no.uib.cipr.matrix Modifier and Type Class Description class
UnitLowerTriangBandMatrix
Unit lower triangular banded matrix.Methods in no.uib.cipr.matrix that return LowerTriangBandMatrix Modifier and Type Method Description LowerTriangBandMatrix
LowerTriangBandMatrix. copy()
LowerTriangBandMatrix
BandCholesky. getL()
Returns the decomposition matrix.
-