Package | Description |
---|---|
org.ojalgo.array | |
org.ojalgo.matrix | |
org.ojalgo.matrix.store |
Modifier and Type | Class and Description |
---|---|
static class |
Array2D.Factory<N extends Comparable<N>> |
Modifier and Type | Class and Description |
---|---|
static class |
ComplexMatrix.Factory |
class |
MatrixFactory<N extends Comparable<N>,M extends BasicMatrix<N,M>,DR extends Mutate2D.ModifiableReceiver<N> & Supplier<M>,SR extends Mutate2D.ModifiableReceiver<N> & Supplier<M>>
MatrixFactory creates instances of classes that implement the BasicMatrix
interface and have a constructor that takes a MatrixStore as input.
|
static class |
Primitive32Matrix.Factory |
static class |
Primitive64Matrix.Factory |
static class |
QuaternionMatrix.Factory |
static class |
RationalMatrix.Factory |
Modifier and Type | Interface and Description |
---|---|
static interface |
PhysicalStore.Factory<N extends Comparable<N>,I extends PhysicalStore<N>> |
Copyright © 2022 Optimatika. All rights reserved.