Uses of Class
org.flag4j.arrays.backend.semiring_arrays.AbstractDenseSemiringVector
Packages that use AbstractDenseSemiringVector
Package
Description
Provides implementations for dense tensors, matrices, and vectors.
-
Uses of AbstractDenseSemiringVector in org.flag4j.arrays.backend.field_arrays
Subclasses of AbstractDenseSemiringVector in org.flag4j.arrays.backend.field_arraysModifier and TypeClassDescriptionclass
AbstractDenseFieldVector<T extends AbstractDenseFieldVector<T,
U, V>, U extends AbstractDenseFieldMatrix<U, T, V>, V extends Field<V>> The base class for all dense vectors whose data areField
elements. -
Uses of AbstractDenseSemiringVector in org.flag4j.arrays.backend.ring_arrays
Subclasses of AbstractDenseSemiringVector in org.flag4j.arrays.backend.ring_arraysModifier and TypeClassDescriptionclass
AbstractDenseRingVector<T extends AbstractDenseRingVector<T,
U, V>, U extends AbstractDenseRingMatrix<U, T, V>, V extends Ring<V>> The base class for all dense vectors whose data areRing
elements. -
Uses of AbstractDenseSemiringVector in org.flag4j.arrays.backend.semiring_arrays
Classes in org.flag4j.arrays.backend.semiring_arrays with type parameters of type AbstractDenseSemiringVectorModifier and TypeClassDescriptionclass
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
AbstractDenseSemiringMatrix<T extends AbstractDenseSemiringMatrix<T,
U, V>, U extends AbstractDenseSemiringVector<U, T, V>, V extends Semiring<V>> The base class for all dense matrices whose elements are members of aSemiring
.class
AbstractDenseSemiringVector<T extends AbstractDenseSemiringVector<T,
U, V>, U extends AbstractDenseSemiringMatrix<U, T, V>, V extends Semiring<V>> The base class for all dense vectors whose data areSemiring
elements. -
Uses of AbstractDenseSemiringVector in org.flag4j.arrays.dense
Subclasses of AbstractDenseSemiringVector in org.flag4j.arrays.denseModifier and TypeClassDescriptionclass
class
FieldVector<T extends Field<T>>
Instances of this class represents a dense vector backed by aField
array.class
RingVector<T extends Ring<T>>
Instances of this class represents a dense vector backed by aRing
array.class
SemiringVector<T extends Semiring<T>>
Instances of this class represents a dense vector backed by aSemiring
array. -
Uses of AbstractDenseSemiringVector in org.flag4j.linalg.ops.dense_sparse.csr.semiring_ops
Methods in org.flag4j.linalg.ops.dense_sparse.csr.semiring_ops that return AbstractDenseSemiringVectorModifier and TypeMethodDescriptionstatic <T extends Semiring<T>>
AbstractDenseSemiringVector<?, ?, T> DenseCsrSemiringMatMult.standardVector
(AbstractCsrSemiringMatrix<?, ?, ?, T> src1, AbstractDenseSemiringVector<?, ?, T> src2) Computes the matrix-vector multiplication between a real sparse CSR matrix and a dense field vector.Methods in org.flag4j.linalg.ops.dense_sparse.csr.semiring_ops with parameters of type AbstractDenseSemiringVectorModifier and TypeMethodDescriptionstatic <T extends Semiring<T>>
AbstractDenseSemiringVector<?, ?, T> DenseCsrSemiringMatMult.standardVector
(AbstractCsrSemiringMatrix<?, ?, ?, T> src1, AbstractDenseSemiringVector<?, ?, T> src2) Computes the matrix-vector multiplication between a real sparse CSR matrix and a dense field vector.