Class SparseTensorBase<T,U,W,Z,Y,D extends Serializable,X extends Number>

java.lang.Object
org.flag4j.core.TensorBase<T,U,W,Z,Y,D,X>
org.flag4j.core.sparse_base.SparseTensorBase<T,U,W,Z,Y,D,X>
Type Parameters:
T - Type of this tensor.
U - Dense Tensor type.
W - Complex Tensor type.
Z - Dense complex tensor type.
Y - Real Tensor type.
D - Type of the storage data structure for the tensor. This common use case will be an array or list-like data structure.
X - The type of individual entry within the D data structure
All Implemented Interfaces:
Serializable, SparseTensorMixin, TensorComparisonsMixin, TensorManipulationsMixin<T>, TensorOperationsMixin<T,U,W,Z,Y,X>, TensorPropertiesMixin
Direct Known Subclasses:
ComplexSparseTensorBase, RealSparseTensorBase

public abstract class SparseTensorBase<T,U,W,Z,Y,D extends Serializable,X extends Number> extends TensorBase<T,U,W,Z,Y,D,X> implements SparseTensorMixin
The base class for all sparse tensors. This includes sparse matrices and vectors.
See Also: