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 TypeClassDescriptionclassBanded matrix.classDense matrix.classLower symmetrical positive definite banded matrix.classLower symmetrical positive definite dense matrix.classLower symmetrical positive definite packed matrix.classLower symmetrical banded matrix.classLower symmetric dense matrix.classLower symmetric packed matrix.classLower triangular banded matrix.classLower triangular dense matrix.classLower triangular packed matrix.classSymmetrical positive definite tridiagonal matrix.classSymmetrical tridiagonal matrix.classTridiagonal matrix.classUnit lower triangular banded matrix.classUnit lower triangular dense matrix.classUnit lower triangular packed matrix.classUnit upper triangular banded matrix.classUnit upper triangular dense matrix.classUnit upper triangular packed matrix.classUpper symmetrical positive definite banded matrix.classUpper symmetrical positive definite dense matrix.classUpper symmetrical positive definite packed matrix.classUpper symmetrical banded matrix.classUpper symmetrix dense matrix.classUpper symmetric packed matrix.classUpper triangular banded matrix.classUpper triangular dense matrix.classUpper triangular packed matrix. -
Uses of AbstractMatrix in no.uib.cipr.matrix.distributed
Subclasses of AbstractMatrix in no.uib.cipr.matrix.distributedModifier and TypeClassDescriptionclassDeprecated.classDeprecated.theno.uib.cipr.matrix.distributedpackage 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 TypeClassDescriptionclassCompressed column storage (CCS) matrixclassCompressed diagonal storage (CDS) matrixclassCompressed row storage (CRS) matrixclassMatrix stored column-wise into sparse vectorsclassMatrix stored row-wise into sparse vectors
no.uib.cipr.matrix.distributedpackage has been deprecated because of a number of hard to fix concurrency bugs.