Uses of Class
org.flag4j.arrays.backend.semiring_arrays.AbstractCooSemiringTensor
Packages that use AbstractCooSemiringTensor
Package
Description
Contains implementations for sparse tensors, matrices, and vectors.
Implementations of operations on
Semiring sparse COO (coordinate) array objects.-
Uses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.field_arrays
Subclasses of AbstractCooSemiringTensor in org.flag4j.arrays.backend.field_arraysModifier and TypeClassDescriptionclassAbstractCooFieldTensor<T extends AbstractCooFieldTensor<T,U, V>, U extends AbstractDenseFieldTensor<U, V>, V extends Field<V>> Base class for all sparseFieldtensors 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 TypeClassDescriptionclassAbstractCooRingTensor<T extends AbstractCooRingTensor<T,U, V>, U extends AbstractDenseRingTensor<U, V>, V extends Ring<V>> Base class for all sparseRingtensors 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 TypeClassDescriptionclassAbstractCooSemiringTensor<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 TypeClassDescriptionclassSparse complex tensor stored in coordinate list (COO) format.classCooFieldTensor<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 specifiedFieldtype.classCooRingTensor<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 specifiedRingtype.classCooSemiringTensor<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 specifiedSemiringtype. -
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.