Class Matrix

java.lang.Object
All Implemented Interfaces:
Serializable, DenseMatrixMixin<Matrix,Double>, DenseMixin<Double>, MatrixComparisonsMixin<Matrix>, MatrixManipulationsMixin<Matrix,Double>, MatrixMixin<Matrix,Matrix,CooMatrix,CMatrix,CooCMatrix,Double,Vector,Vector>, MatrixOperationsMixin<Matrix,Matrix,CooMatrix,CMatrix,CooCMatrix,Double,Vector,Vector>, MatrixPropertiesMixin, RealMatrixMixin<Matrix,CMatrix>, RealTensorMixin<Matrix,CMatrix>, TensorComparisonsMixin, TensorManipulationsMixin<Matrix>, TensorOperationsMixin<Matrix,Matrix,CMatrix,CMatrix,Matrix,Double>, TensorPropertiesMixin

Real dense matrix. Stored in row major format. This class is mostly equivalent to a real dense tensor. However, specialized methods are provided for this class which may result in slightly better performance than equivalent operations with a real dense tensor of rank 2. Additionally, methods specific to matrices which may not be available for tensors are provided.
See Also: