Package dev.nm.algebra.linear.matrix.doubles.matrixtype.dense
-
Interface Summary Interface Description Densifiable This interface specifies whether a matrix implementation can be efficiently converted to the standard dense matrix representation. -
Class Summary Class Description DenseData This implementation of the storage of a dense matrix stores the data of a 2D matrix as an 1D array.DenseMatrix This class implements the standard, dense,double
based matrix representation.