Package org.flag4j.arrays.sparse
package org.flag4j.arrays.sparse
Contains the real and complex sparse array objects. Specifically, vectors, matrices, and tenors. All objects have a sparse
coordinate (COO) format and the matrices also have a compressed sparse row (CSR) format.
-
ClassDescriptionA Complex sparse matrix.Complex sparse tensor.Complex sparse vector.Real sparse matrix.Real sparse tensor.Real sparse vector stored in coordinate (COO) format.Complex sparse matrix stored in compressed sparse row (CSR) format.Real sparse matrix stored in compressed sparse row (CSR) format.A permutation matrix is a square matrix containing only zeros and ones such that each row and column have exactly a single one.Utility class for computations with sparse tensor, matrices, and vectors.A real symmetric tri-diagonal matrix.