Uses of Class
org.ujmp.core.objectmatrix.impl.SynchronizedGenericMatrix
-
Packages that use SynchronizedGenericMatrix Package Description org.ujmp.core.matrix.factory -
-
Uses of SynchronizedGenericMatrix in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return SynchronizedGenericMatrix Modifier and Type Method Description <V> SynchronizedGenericMatrix<V>
AbstractMatrixFactory. synchronizedMatrix(GenericMatrix<V> matrix)
Wraps another Matrix so that all methods are executed synchronized.
-