Interface ComplexTensorExclusiveMixin<T extends TensorBase<T,CTensor,T,?,?,?,CNumber>>

Type Parameters:
T - Tensor type.
All Superinterfaces:
TensorExclusiveMixin<T,CTensor,CooCTensor,T>
All Known Implementing Classes:
CooCTensor, CTensor

public interface ComplexTensorExclusiveMixin<T extends TensorBase<T,CTensor,T,?,?,?,CNumber>> extends TensorExclusiveMixin<T,CTensor,CooCTensor,T>
This class specifies methods which any complex tensor that is NOT a matrix or vector should implement.