Uses of Class
org.ojalgo.matrix.store.R032Store
-
Packages that use R032Store Package Description org.ojalgo.matrix.store -
-
Uses of R032Store in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type R032Store Modifier and Type Field Description static PrimitiveFactory<R032Store>R032Store. FACTORYMethods in org.ojalgo.matrix.store that return R032Store Modifier and Type Method Description R032StoreR032Store. build()(package private) static R032StoreR032Store. cast(Access1D<?> matrix)static R032StoreR032Store. wrap(float... data)static R032StoreR032Store. wrap(float[] data, int structure)
-