Package | Description |
---|---|
org.ojalgo.function.multiary | |
org.ojalgo.matrix.decomposition | |
org.ojalgo.matrix.store | |
org.ojalgo.matrix.transformation |
Modifier and Type | Method and Description |
---|---|
protected PhysicalStore.Factory<N,?> |
QuadraticFunction.factory() |
protected PhysicalStore.Factory<N,?> |
FirstOrderApproximation.factory() |
protected PhysicalStore.Factory<N,?> |
CompoundFunction.factory() |
protected PhysicalStore.Factory<N,?> |
SecondOrderApproximation.factory() |
protected PhysicalStore.Factory<N,?> |
LinearFunction.factory() |
protected PhysicalStore.Factory<N,?> |
ConstantFunction.factory() |
Constructor and Description |
---|
HermitianEvD(PhysicalStore.Factory<N,? extends DecompositionStore<N>> aFactory,
org.ojalgo.matrix.decomposition.TridiagonalDecomposition<N> tridiagonal) |
Modifier and Type | Field and Description |
---|---|
static PhysicalStore.Factory<ComplexNumber,GenericDenseStore<ComplexNumber>> |
GenericDenseStore.COMPLEX |
static PhysicalStore.Factory<Double,RawStore> |
RawStore.FACTORY |
static PhysicalStore.Factory<Double,PrimitiveDenseStore> |
PrimitiveDenseStore.FACTORY |
static PhysicalStore.Factory<Quaternion,GenericDenseStore<Quaternion>> |
GenericDenseStore.QUATERNION |
static PhysicalStore.Factory<RationalNumber,GenericDenseStore<RationalNumber>> |
GenericDenseStore.RATIONAL |
Modifier and Type | Method and Description |
---|---|
PhysicalStore.Factory<Double,RawStore> |
RawStore.physical() |
PhysicalStore.Factory<N,GenericDenseStore<N>> |
GenericDenseStore.physical() |
PhysicalStore.Factory<Double,PrimitiveDenseStore> |
PrimitiveDenseStore.physical() |
PhysicalStore.Factory<N,?> |
ColumnsSupplier.physical() |
PhysicalStore.Factory<N,?> |
MatrixStore.LogicalBuilder.physical() |
PhysicalStore.Factory<N,?> |
RowsSupplier.physical() |
PhysicalStore.Factory<N,?> |
ElementsSupplier.physical() |
Modifier and Type | Method and Description |
---|---|
<P extends Householder<N>> |
HouseholderReference.getWorker(PhysicalStore.Factory<N,?> factory) |
Copyright © 2019 Optimatika. All rights reserved.