Uses of Class
org.ojalgo.matrix.DenseMutator2D
-
Packages that use DenseMutator2D Package Description org.ojalgo.matrix -
-
Uses of DenseMutator2D in org.ojalgo.matrix
Subclasses of DenseMutator2D in org.ojalgo.matrix Modifier and Type Class Description static class
MatrixC128.DenseReceiver
static class
MatrixH256.DenseReceiver
static class
MatrixQ128.DenseReceiver
static class
MatrixR032.DenseReceiver
static class
MatrixR064.DenseReceiver
static class
MatrixR128.DenseReceiver
Methods in org.ojalgo.matrix that return DenseMutator2D Modifier and Type Method Description abstract DenseMutator2D<N,M>
BasicMatrix. copy()
The returned instance can have its elements mutated in various ways, while the size/shape is fixed.
-