Uses of Class
no.uib.cipr.matrix.AbstractMatrix
Packages that use AbstractMatrix
-
Uses of AbstractMatrix in no.uib.cipr.matrix
Subclasses of AbstractMatrix in no.uib.cipr.matrixModifier and TypeClassDescriptionclass
Banded matrix.class
Dense matrix.class
Lower symmetrical positive definite banded matrix.class
Lower symmetrical positive definite dense matrix.class
Lower symmetrical positive definite packed matrix.class
Lower symmetrical banded matrix.class
Lower symmetric dense matrix.class
Lower symmetric packed matrix.class
Lower triangular banded matrix.class
Lower triangular dense matrix.class
Lower triangular packed matrix.class
Symmetrical positive definite tridiagonal matrix.class
Symmetrical tridiagonal matrix.class
Tridiagonal matrix.class
Unit lower triangular banded matrix.class
Unit lower triangular dense matrix.class
Unit lower triangular packed matrix.class
Unit upper triangular banded matrix.class
Unit upper triangular dense matrix.class
Unit upper triangular packed matrix.class
Upper symmetrical positive definite banded matrix.class
Upper symmetrical positive definite dense matrix.class
Upper symmetrical positive definite packed matrix.class
Upper symmetrical banded matrix.class
Upper symmetrix dense matrix.class
Upper symmetric packed matrix.class
Upper triangular banded matrix.class
Upper triangular dense matrix.class
Upper triangular packed matrix. -
Uses of AbstractMatrix in no.uib.cipr.matrix.distributed
Subclasses of AbstractMatrix in no.uib.cipr.matrix.distributedModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.theno.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs. -
Uses of AbstractMatrix in no.uib.cipr.matrix.sparse
Subclasses of AbstractMatrix in no.uib.cipr.matrix.sparseModifier and TypeClassDescriptionclass
Compressed column storage (CCS) matrixclass
Compressed diagonal storage (CDS) matrixclass
Compressed row storage (CRS) matrixclass
Matrix stored column-wise into sparse vectorsclass
Matrix stored row-wise into sparse vectors
no.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs.