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 classMatrixC128.DenseReceiverstatic classMatrixH256.DenseReceiverstatic classMatrixQ128.DenseReceiverstatic classMatrixR032.DenseReceiverstatic classMatrixR064.DenseReceiverstatic classMatrixR128.DenseReceiverMethods 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.
-