- LinkedSparseMatrix - Class in no.uib.cipr.matrix.sparse
-
A Linked List (with shortcuts to important nodes) implementation of an
n x m Matrix with z elements that has a typical
O(z / m) insertion / lookup cost and an iterator that traverses
columns then rows: a good fit for unstructured sparse matrices.
- LinkedSparseMatrix(int, int) - Constructor for class no.uib.cipr.matrix.sparse.LinkedSparseMatrix
-
- LinkedSparseMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.sparse.LinkedSparseMatrix
-
- LinkedSparseMatrix(MatrixVectorReader) - Constructor for class no.uib.cipr.matrix.sparse.LinkedSparseMatrix
-
- LowerSPDBandMatrix - Class in no.uib.cipr.matrix
-
Lower symmetrical positive definite banded matrix.
- LowerSPDBandMatrix(int, int) - Constructor for class no.uib.cipr.matrix.LowerSPDBandMatrix
-
Constructor for LowerSPDBandMatrix
- LowerSPDBandMatrix(Matrix, int) - Constructor for class no.uib.cipr.matrix.LowerSPDBandMatrix
-
Constructor for LowerSPDBandMatrix
- LowerSPDBandMatrix(Matrix, int, boolean) - Constructor for class no.uib.cipr.matrix.LowerSPDBandMatrix
-
Constructor for LowerSPDBandMatrix
- LowerSPDDenseMatrix - Class in no.uib.cipr.matrix
-
Lower symmetrical positive definite dense matrix.
- LowerSPDDenseMatrix(int) - Constructor for class no.uib.cipr.matrix.LowerSPDDenseMatrix
-
Constructor for LowerSPDDenseMatrix
- LowerSPDDenseMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.LowerSPDDenseMatrix
-
Constructor for LowerSPDDenseMatrix
- LowerSPDDenseMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.LowerSPDDenseMatrix
-
Constructor for LowerSPDDenseMatrix
- LowerSPDPackMatrix - Class in no.uib.cipr.matrix
-
Lower symmetrical positive definite packed matrix.
- LowerSPDPackMatrix(int) - Constructor for class no.uib.cipr.matrix.LowerSPDPackMatrix
-
Constructor for LowerSPDPackMatrix
- LowerSPDPackMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.LowerSPDPackMatrix
-
Constructor for LowerSPDPackMatrix
- LowerSPDPackMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.LowerSPDPackMatrix
-
Constructor for LowerSPDPackMatrix
- LowerSymmBandMatrix - Class in no.uib.cipr.matrix
-
Lower symmetrical banded matrix.
- LowerSymmBandMatrix(int, int) - Constructor for class no.uib.cipr.matrix.LowerSymmBandMatrix
-
Constructor for LowerSymmBandMatrix
- LowerSymmBandMatrix(Matrix, int) - Constructor for class no.uib.cipr.matrix.LowerSymmBandMatrix
-
Constructor for LowerSymmBandMatrix
- LowerSymmBandMatrix(Matrix, int, boolean) - Constructor for class no.uib.cipr.matrix.LowerSymmBandMatrix
-
Constructor for LowerSymmBandMatrix
- LowerSymmDenseMatrix - Class in no.uib.cipr.matrix
-
Lower symmetric dense matrix.
- LowerSymmDenseMatrix(int) - Constructor for class no.uib.cipr.matrix.LowerSymmDenseMatrix
-
Constructor for LowerSymmDenseMatrix
- LowerSymmDenseMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.LowerSymmDenseMatrix
-
Constructor for LowerSymmDenseMatrix
- LowerSymmDenseMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.LowerSymmDenseMatrix
-
Constructor for LowerSymmDenseMatrix
- LowerSymmPackMatrix - Class in no.uib.cipr.matrix
-
Lower symmetric packed matrix.
- LowerSymmPackMatrix(int) - Constructor for class no.uib.cipr.matrix.LowerSymmPackMatrix
-
Constructor for LowerSymmPackMatrix
- LowerSymmPackMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.LowerSymmPackMatrix
-
Constructor for LowerSymmPackMatrix
- LowerSymmPackMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.LowerSymmPackMatrix
-
Constructor for LowerSymmPackMatrix
- LowerTriangBandMatrix - Class in no.uib.cipr.matrix
-
Lower triangular banded matrix.
- LowerTriangBandMatrix(int, int) - Constructor for class no.uib.cipr.matrix.LowerTriangBandMatrix
-
Constructor for LowerTriangBandMatrix
- LowerTriangBandMatrix(Matrix, int) - Constructor for class no.uib.cipr.matrix.LowerTriangBandMatrix
-
Constructor for LowerTriangBandMatrix
- LowerTriangBandMatrix(Matrix, int, boolean) - Constructor for class no.uib.cipr.matrix.LowerTriangBandMatrix
-
Constructor for LowerTriangBandMatrix
- LowerTriangDenseMatrix - Class in no.uib.cipr.matrix
-
Lower triangular dense matrix.
- LowerTriangDenseMatrix(int) - Constructor for class no.uib.cipr.matrix.LowerTriangDenseMatrix
-
Constructor for LowerTriangDenseMatrix
- LowerTriangDenseMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.LowerTriangDenseMatrix
-
Constructor for LowerTriangDenseMatrix
- LowerTriangDenseMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.LowerTriangDenseMatrix
-
Constructor for LowerTriangDenseMatrix
- LowerTriangDenseMatrix(Matrix, int) - Constructor for class no.uib.cipr.matrix.LowerTriangDenseMatrix
-
Constructor for LowerTriangDenseMatrix
- LowerTriangDenseMatrix(Matrix, int, boolean) - Constructor for class no.uib.cipr.matrix.LowerTriangDenseMatrix
-
Constructor for LowerTriangDenseMatrix
- LowerTriangPackMatrix - Class in no.uib.cipr.matrix
-
Lower triangular packed matrix.
- LowerTriangPackMatrix(int) - Constructor for class no.uib.cipr.matrix.LowerTriangPackMatrix
-
Constructor for LowerTriangPackMatrix
- LowerTriangPackMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.LowerTriangPackMatrix
-
Constructor for LowerTriangPackMatrix
- LowerTriangPackMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.LowerTriangPackMatrix
-
Constructor for LowerTriangPackMatrix
- LQ - Class in no.uib.cipr.matrix
-
Computes LQ decompositions
- LQ(int, int) - Constructor for class no.uib.cipr.matrix.LQ
-
Constructs an empty LQ decomposition