Uses of Package
org.flag4j.arrays.sparse
Packages that use org.flag4j.arrays.sparse
Package
Description
Provides implementations for dense tensors, matrices, and vectors.
Contains implementations for sparse tensors, matrices, and vectors.
General purpose linear algebra operations including condition number evaluations, eigenvalue/eigenvector computations, matrix
inversion, and subspace analysis.
Provides implementations of matrix balancing for real and complex matrices.
Provides implementations of the LU decomposition for real, complex, and field matrices.
Implementations of operations on real sparse COO (coordinate) array objects.
Implementations of operations between real and complex sparse COO (coordinate) array objects.
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
Contains solvers which solve well determined triangular linear matrix equations in an exact sense.
Pseudo-random generation of real/complex numbers, and arrays, vectors, matrices, and tensors.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.arrays.backend.field_arraysClassDescriptionA real sparse matrix stored in coordinate list (COO) format.A real sparse tensor stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.arrays.backend.smart_visitorsClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.Instances of this class represent a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specified
Field
type.A real sparse matrix stored in coordinate list (COO) format.Represents a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.Instances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedField
type.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedSemiring
type. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.arrays.denseClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.Sparse complex tensor stored in coordinate list (COO) format.A complex sparse vector stored in coordinate list (COO) format.Instances of this class represent a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specified
Field
type.Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedField
type.Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedField
type.A real sparse matrix stored in coordinate list (COO) format.Represents a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.A real sparse tensor stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.Instances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedField
type.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedSemiring
type. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.arrays.sparseClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.Sparse complex tensor stored in coordinate list (COO) format.A complex sparse vector stored in coordinate list (COO) format.Instances of this class represent a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specified
Field
type.Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedField
type.Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedField
type.A real sparse matrix stored in coordinate list (COO) format.Represents a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.Represents a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type.A real sparse tensor stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.Instances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedField
type.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedSemiring
type.Represents a square permutation matrix with rows and columns equal toPermutationMatrix.size
, where each row and column contains exactly one entry of1
, and all other entries are0
. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalgClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.A real sparse matrix stored in coordinate list (COO) format.Instances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.decompositions.balanceClassDescriptionRepresents a square permutation matrix with rows and columns equal to
PermutationMatrix.size
, where each row and column contains exactly one entry of1
, and all other entries are0
. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.decompositions.luClassDescriptionRepresents a square permutation matrix with rows and columns equal to
PermutationMatrix.size
, where each row and column contains exactly one entry of1
, and all other entries are0
. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.dense_sparse.coo.real
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.dense_sparse.coo.real_complexClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.Sparse complex tensor stored in coordinate list (COO) format.A complex sparse vector stored in coordinate list (COO) format.A real sparse matrix stored in coordinate list (COO) format.A real sparse tensor stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.dense_sparse.coo.real_field_ops
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.dense_sparse.csr.realClassDescriptionInstances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.dense_sparse.csr.real_complexClassDescriptionInstances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.dense_sparse.csr.real_field_opsClassDescriptionInstances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.sparseClassDescriptionInstances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.sparse.coo.real
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.sparse.coo.real_complexClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.Sparse complex tensor stored in coordinate list (COO) format.A complex sparse vector stored in coordinate list (COO) format.A real sparse matrix stored in coordinate list (COO) format.A real sparse tensor stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.sparse.csr.real
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.ops.sparse.csr.real_complexClassDescriptionA complex sparse vector stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.Instances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.
-
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.solvers.exactClassDescriptionRepresents a square permutation matrix with rows and columns equal to
PermutationMatrix.size
, where each row and column contains exactly one entry of1
, and all other entries are0
. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.linalg.solvers.exact.triangularClassDescriptionRepresents a square permutation matrix with rows and columns equal to
PermutationMatrix.size
, where each row and column contains exactly one entry of1
, and all other entries are0
. -
Classes in org.flag4j.arrays.sparse used by org.flag4j.rngClassDescriptionA complex sparse matrix stored in coordinate list (COO) format.Sparse complex tensor stored in coordinate list (COO) format.A complex sparse vector stored in coordinate list (COO) format.A real sparse matrix stored in coordinate list (COO) format.A real sparse tensor stored in coordinate list (COO) format.A real sparse vector stored in coordinate list (COO) format.Instances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.Instances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.