Interface DenseMixin<X extends Number>

Type Parameters:
X - Type of individual element of the vector, matrix, or tensor.
All Known Implementing Classes:
CMatrix, ComplexDenseTensorBase, CTensor, CVector, DenseTensorBase, Matrix, RealDenseTensorBase, Tensor, Vector

public interface DenseMixin<X extends Number>
Interface which specifies methods that any dense vector, matrix, or tensor should implement.