Uses of Class
org.flag4j.arrays.backend.semiring_arrays.AbstractCooSemiringVector
Packages that use AbstractCooSemiringVector
Package
Description
Contains implementations for sparse tensors, matrices, and vectors.
Implementations of operations on
Semiring sparse COO (coordinate) array objects.-
Uses of AbstractCooSemiringVector in org.flag4j.arrays.backend.field_arrays
Subclasses of AbstractCooSemiringVector in org.flag4j.arrays.backend.field_arraysModifier and TypeClassDescriptionclassAbstractCooFieldVector<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 TypeClassDescriptionclassAbstractCooRingVector<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 TypeClassDescriptionclassAbstractCooSemiringMatrix<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.classAbstractCooSemiringVector<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.classAbstractCsrSemiringMatrix<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 TypeClassDescriptionclassA complex sparse vector stored in coordinate list (COO) format.classCooFieldVector<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 specifiedFieldtype.classCooRingVector<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 specifiedRingtype.classCooSemiringVector<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 specifiedSemiringtype. -
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.