Uses of Class
org.flag4j.arrays.backend.semiring_arrays.AbstractCooSemiringTensor
Packages that use AbstractCooSemiringTensor
Package
Description
Contains implementations for sparse tensors, matrices, and vectors.
-
Uses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.field_arrays
Subclasses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.field_arraysModifier and TypeClassDescriptionclass
AbstractCooFieldTensor<T extends AbstractCooFieldTensor<T,
U, V>, U extends AbstractDenseFieldTensor<U, V>, V extends Field<V>> Base class for all sparseField
tensors stored in coordinate list (COO) format. -
Uses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.ring_arrays
Subclasses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.ring_arraysModifier and TypeClassDescriptionclass
AbstractCooRingTensor<T extends AbstractCooRingTensor<T,
U, V>, U extends AbstractDenseRingTensor<U, V>, V extends Ring<V>> Base class for all sparseRing
tensors stored in coordinate list (COO) format. -
Uses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.semiring_arrays
Classes in org.flag4j.arrays.backend.semiring_arrays with type parameters of type AbstractCooSemiringTensorModifier and TypeClassDescriptionclass
AbstractCooSemiringTensor<T extends AbstractCooSemiringTensor<T,
U, V>, U extends AbstractDenseSemiringTensor<U, V>, V extends Semiring<V>> Base class for all sparse tensors stored in coordinate list (COO) format.Methods in org.flag4j.arrays.backend.semiring_arrays that return AbstractCooSemiringTensorModifier and TypeMethodDescriptionabstract AbstractCooSemiringTensor
<?, ?, W> AbstractCooSemiringMatrix.toTensor()
Converts this matrix to an equivalent rank 2 tensor.abstract AbstractCooSemiringTensor
<?, ?, W> Converts this matrix to an equivalent tensor with the specified shape.abstract AbstractCooSemiringTensor
<?, ?, W> AbstractCsrSemiringMatrix.toTensor()
Converts this CSR matrix to an equivalent sparse COO tensor.Converts this CSR matrix to an equivalent COO tensor with the specified shape. -
Uses of AbstractCooSemiringTensor in org.flag4j.arrays.sparse
Subclasses of AbstractCooSemiringTensor in org.flag4j.arrays.sparseModifier and TypeClassDescriptionclass
Sparse complex tensor stored in coordinate list (COO) format.class
CooFieldTensor<T extends Field<T>>
Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedField
type.class
CooRingTensor<T extends Ring<T>>
Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedRing
type.class
CooSemiringTensor<T extends Semiring<T>>
Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedSemiring
type. -
Uses of AbstractCooSemiringTensor in org.flag4j.linalg.ops.sparse.coo.semiring_ops
Methods in org.flag4j.linalg.ops.sparse.coo.semiring_ops with parameters of type AbstractCooSemiringTensorModifier and TypeMethodDescriptionstatic <T extends Semiring<T>>
booleanCooSemiringEquals.cooTensorEquals
(AbstractCooSemiringTensor<?, ?, T> a, AbstractCooSemiringTensor<?, ?, T> b) Checks if two real sparse tensors are real.