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