public static interface MatrixStore.Factory<N extends Number>
Modifier and Type | Method and Description |
---|---|
MatrixStore.LogicalBuilder<N> |
makeIdentity(int dimension) |
MatrixStore.LogicalBuilder<N> |
makeSingle(N element) |
SparseStore<N> |
makeSparse(int rowsCount,
int columnsCount) |
MatrixStore.LogicalBuilder<N> |
makeWrapper(Access2D<?> access) |
MatrixStore.LogicalBuilder<N> |
makeZero(int rowsCount,
int columnsCount) |
MatrixStore.LogicalBuilder<N> makeIdentity(int dimension)
MatrixStore.LogicalBuilder<N> makeSingle(N element)
SparseStore<N> makeSparse(int rowsCount, int columnsCount)
MatrixStore.LogicalBuilder<N> makeWrapper(Access2D<?> access)
MatrixStore.LogicalBuilder<N> makeZero(int rowsCount, int columnsCount)
Copyright © 2019 Optimatika. All rights reserved.