Uses of Package
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
-
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse used by dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse Class Description CSRSparseMatrix The Compressed Sparse Row (CSR) format for sparse matrix has this representation:(value, col_ind, row_ptr)
.DOKSparseMatrix The Dictionary Of Key (DOK) format for sparse matrix uses the coordinates of non-zero entries in the matrix as keys.LILSparseMatrix The list of lists (LIL) format for sparse matrix stores one list per row, where each entry stores a column index and value.MatrixCoordinate The location of a matrix entry is specified by a 2D coordinates (i, j), where i and j are the row-index and column-index of the entry respectively.SparseMatrix A sparse matrix stores only non-zero values.SparseMatrix.Entry This is a (non-zero) entry in a sparse matrix.SparseMatrix.ValueArray SparseStructure This interface defines common operations on sparse structures such as sparse vector or sparse matrix.SparseVector A sparse vector stores only non-zero values.SparseVector.Entry This is an entry in aSparseVector
. -
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse used by dev.nm.algebra.linear.matrix.doubles.operation Class Description CSRSparseMatrix The Compressed Sparse Row (CSR) format for sparse matrix has this representation:(value, col_ind, row_ptr)
.DOKSparseMatrix The Dictionary Of Key (DOK) format for sparse matrix uses the coordinates of non-zero entries in the matrix as keys.LILSparseMatrix The list of lists (LIL) format for sparse matrix stores one list per row, where each entry stores a column index and value.SparseMatrix A sparse matrix stores only non-zero values.SparseVector A sparse vector stores only non-zero values. -
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse used by dev.nm.algebra.linear.vector.doubles.operation Class Description SparseMatrix A sparse matrix stores only non-zero values.SparseStructure This interface defines common operations on sparse structures such as sparse vector or sparse matrix.SparseVector A sparse vector stores only non-zero values.