Package | Description |
---|---|
org.ojalgo.matrix.store |
Modifier and Type | Method and Description |
---|---|
SparseStore<N> |
SparseStore.Factory.make(long rowsCount,
long columnsCount) |
static SparseStore<BigDecimal> |
SparseStore.makeBig(int rowsCount,
int columnsCount) |
static SparseStore<ComplexNumber> |
SparseStore.makeComplex(int rowsCount,
int columnsCount) |
static SparseStore<Double> |
SparseStore.makePrimitive(int rowsCount,
int columnsCount) |
Copyright © 2018 Optimatika. All rights reserved.