- BandCholesky - Class in no.uib.cipr.matrix
-
Banded Cholesky decomposition
- BandCholesky(int, int, boolean) - Constructor for class no.uib.cipr.matrix.BandCholesky
-
Constructor for BandCholesky
- BandLU - Class in no.uib.cipr.matrix
-
Banded LU decomposition.
- BandLU(int, int, int) - Constructor for class no.uib.cipr.matrix.BandLU
-
Constructor for BandLU.
- BandMatrix - Class in no.uib.cipr.matrix
-
Banded matrix.
- BandMatrix(int, int, int) - Constructor for class no.uib.cipr.matrix.BandMatrix
-
Constructor for BandMatrix.
- BandMatrix(Matrix, int, int) - Constructor for class no.uib.cipr.matrix.BandMatrix
-
Constructor for BandMatrix.
- BandMatrix(Matrix, int, int, boolean) - Constructor for class no.uib.cipr.matrix.BandMatrix
-
Constructor for BandMatrix.
- BiCG - Class in no.uib.cipr.matrix.sparse
-
BiCG solver.
- BiCG(Vector) - Constructor for class no.uib.cipr.matrix.sparse.BiCG
-
Constructor for BiCG.
- BiCGstab - Class in no.uib.cipr.matrix.sparse
-
BiCG stabilized solver.
- BiCGstab(Vector) - Constructor for class no.uib.cipr.matrix.sparse.BiCGstab
-
Constructor for BiCGstab.