Uses of Class
org.ujmp.core.objectmatrix.impl.SynchronizedGenericMatrix

Packages that use SynchronizedGenericMatrix
org.ujmp.core   
 

Uses of SynchronizedGenericMatrix in org.ujmp.core
 

Methods in org.ujmp.core that return SynchronizedGenericMatrix
static
<T> SynchronizedGenericMatrix<T>
MatrixFactory.synchronizedMatrix(GenericMatrix<T> matrix)
          Wraps another Matrix so that all methods are executed synchronized.
 



Copyright © 2010. All Rights Reserved.