Package | Description |
---|---|
org.ojalgo.array | |
org.ojalgo.data | |
org.ojalgo.matrix | |
org.ojalgo.matrix.store | |
org.ojalgo.structure |
Modifier and Type | Class and Description |
---|---|
static class |
Array2D.Factory<N extends Number> |
Modifier and Type | Method and Description |
---|---|
static <D extends Access2D<?> & Access2D.Sliceable<?>,M extends Mutate2D> |
DataProcessors.covariances(Factory2D<M> factory,
D data)
Variables in columns and samples in rows
|
static <M extends PhysicalStore<Double>> |
DataProcessors.covariances(Factory2D<M> factory,
SingularValue<Double> svd) |
static <M extends PhysicalStore<Double>> |
DataProcessors.covariances(Factory2D<M> factory,
SingularValue<Double> svd,
double threshold) |
static <M extends PhysicalStore<Double>> |
DataProcessors.covariances(Factory2D<M> factory,
SingularValue<Double> svd,
int complexity) |
Modifier and Type | Class and Description |
---|---|
static class |
ComplexMatrix.Factory |
static class |
PrimitiveMatrix.Factory |
static class |
QuaternionMatrix.Factory |
static class |
RationalMatrix.Factory |
Modifier and Type | Interface and Description |
---|---|
static interface |
PhysicalStore.Factory<N extends Number,I extends PhysicalStore<N>> |
Modifier and Type | Method and Description |
---|---|
default <I extends R> |
Access2D.Collectable.collect(Factory2D<I> factory) |
Copyright © 2019 Optimatika. All rights reserved.