Interface DenseMatrixMixin<T,X>

Type Parameters:
T - Type of the dense matrix.
X - Type of an individual entry in the matrix.
All Known Implementing Classes:
CMatrix, Matrix

public interface DenseMatrixMixin<T,X>
This interface specifies methods which all dense matrices should implement.