Uses of Class
org.flag4j.arrays.backend.semiring_arrays.AbstractCooSemiringVector
Packages that use AbstractCooSemiringVector
Package
Description
Contains implementations for sparse tensors, matrices, and vectors.
-
Uses of AbstractCooSemiringVector in org.flag4j.arrays.backend.field_arrays
Subclasses of AbstractCooSemiringVector in org.flag4j.arrays.backend.field_arraysModifier and TypeClassDescriptionclass
AbstractCooFieldVector<T extends AbstractCooFieldVector<T,
U, V, W, Y>, U extends AbstractDenseFieldVector<U, W, Y>, V extends AbstractCooFieldMatrix<V, W, T, Y>, W extends AbstractDenseFieldMatrix<W, U, Y>, Y extends Field<Y>> A sparse vector stored in coordinate list (COO) format. -
Uses of AbstractCooSemiringVector in org.flag4j.arrays.backend.ring_arrays
Subclasses of AbstractCooSemiringVector in org.flag4j.arrays.backend.ring_arraysModifier and TypeClassDescriptionclass
AbstractCooRingVector<T extends AbstractCooRingVector<T,
U, V, W, Y>, U extends AbstractDenseRingVector<U, W, Y>, V extends AbstractCooRingMatrix<V, W, T, Y>, W extends AbstractDenseRingMatrix<W, U, Y>, Y extends Ring<Y>> A sparse vector stored in coordinate list (COO) format. -
Uses of AbstractCooSemiringVector in org.flag4j.arrays.backend.semiring_arrays
Classes in org.flag4j.arrays.backend.semiring_arrays with type parameters of type AbstractCooSemiringVectorModifier and TypeClassDescriptionclass
AbstractCooSemiringMatrix<T extends AbstractCooSemiringMatrix<T,
U, V, W>, U extends AbstractDenseSemiringMatrix<U, ?, W>, V extends AbstractCooSemiringVector<V, ?, T, U, W>, W extends Semiring<W>> A sparse matrix stored in coordinate list (COO) format.class
AbstractCooSemiringVector<T extends AbstractCooSemiringVector<T,
U, V, W, Y>, U extends AbstractDenseSemiringVector<U, W, Y>, V extends AbstractCooSemiringMatrix<V, W, T, Y>, W extends AbstractDenseSemiringMatrix<W, U, Y>, Y extends Semiring<Y>> A sparse vector stored in coordinate list (COO) format.class
AbstractCsrSemiringMatrix<T extends AbstractCsrSemiringMatrix<T,
U, V, W>, U extends AbstractDenseSemiringMatrix<U, ?, W>, V extends AbstractCooSemiringVector<V, ?, ?, U, W>, W extends Semiring<W>> A sparse matrix stored in compressed sparse row (CSR) format. -
Uses of AbstractCooSemiringVector in org.flag4j.arrays.sparse
Subclasses of AbstractCooSemiringVector in org.flag4j.arrays.sparseModifier and TypeClassDescriptionclass
A complex sparse vector stored in coordinate list (COO) format.class
CooFieldVector<T extends Field<T>>
Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedField
type.class
CooRingVector<T extends Ring<T>>
Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.class
CooSemiringVector<T extends Semiring<T>>
Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type. -
Uses of AbstractCooSemiringVector in org.flag4j.linalg.ops.sparse.coo.semiring_ops
Methods in org.flag4j.linalg.ops.sparse.coo.semiring_ops with parameters of type AbstractCooSemiringVectorModifier and TypeMethodDescriptionstatic <T extends Semiring<T>>
booleanCooSemiringEquals.cooVectorEquals
(AbstractCooSemiringVector<?, ?, ?, ?, T> a, AbstractCooSemiringVector<?, ?, ?, ?, T> b) Checks if two real sparse vectors are real.