Class ComplexSparseTensorBase<T,U,Y>

java.lang.Object
org.flag4j.core.TensorBase<T,U,T,U,Y,CNumber[],CNumber>
org.flag4j.core.sparse_base.SparseTensorBase<T,U,T,U,Y,CNumber[],CNumber>
org.flag4j.core.sparse_base.ComplexSparseTensorBase<T,U,Y>
Type Parameters:
T - Type of this tensor.
U - Dense Tensor type.
Y - Real tensor type.
All Implemented Interfaces:
Serializable, ComplexTensorMixin<T,Y>, SparseTensorMixin, TensorComparisonsMixin, TensorManipulationsMixin<T>, TensorOperationsMixin<T,U,T,U,Y,CNumber>, TensorPropertiesMixin
Direct Known Subclasses:
CooCMatrix, CooCTensor, CooCVector, CsrCMatrix

public abstract class ComplexSparseTensorBase<T,U,Y> extends SparseTensorBase<T,U,T,U,Y,CNumber[],CNumber> implements ComplexTensorMixin<T,Y>
This abstract class is the base class of all complex sparse tensors.
See Also: