- All Superinterfaces:
FactorySupplement
- All Known Subinterfaces:
Factory2D.MayBeSparse<I,DENSE,SPARSE>, Factory2D.TwoStep<I,B>, PhysicalStore.Factory<N,I>
- All Known Implementing Classes:
Array2D.Factory, GenericStore.Factory, MatrixC128.Factory, MatrixFactory, MatrixH256.Factory, MatrixQ128.Factory, MatrixR032.Factory, MatrixR064.Factory, MatrixR128.Factory, MatrixTensor.Factory, PrimitiveFactory, SparseStore.Factory, TensorFactory2D
-
Nested Class Summary
Nested Classes
static interface
static interface
For when the structures can be either dense or sparse.
static interface
-
Method Summary
make(int nbRows,
int nbCols)
make(long nbRows,
long nbCols)
Make new instance of compatible dimensions.