Package | Description |
---|---|
org.ojalgo | |
org.ojalgo.matrix.decomposition | |
org.ojalgo.matrix.task | |
org.ojalgo.matrix.task.iterative | |
org.ojalgo.netio |
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
|
org.ojalgo.type |
Modifier and Type | Method and Description |
---|---|
static RecoverableCondition |
RecoverableCondition.newEquationSystemNotSolvable() |
static RecoverableCondition |
RecoverableCondition.newFailedToParseString(String stringToParse,
Class<?> classToInstantiate) |
static RecoverableCondition |
RecoverableCondition.newMatrixNotInvertible() |
Modifier and Type | Method and Description |
---|---|
MatrixStore<N> |
HermitianEvD.invert(Access2D<?> original) |
MatrixStore<N> |
HermitianEvD.invert(Access2D<?> original,
PhysicalStore<N> preallocated) |
MatrixStore<N> |
HermitianEvD.solve(Access2D<?> body,
Access2D<?> rhs) |
MatrixStore<N> |
HermitianEvD.solve(Access2D<?> body,
Access2D<?> rhs,
PhysicalStore<N> preallocated) |
Modifier and Type | Method and Description |
---|---|
MatrixStore<Double> |
AbstractInverter.invert(Access2D<?> original) |
default MatrixStore<N> |
InverterTask.invert(Access2D<?> original)
The output must be a "right inverse" and a "generalised inverse".
|
MatrixStore<N> |
InverterTask.invert(Access2D<?> original,
PhysicalStore<N> preallocated)
Exactly how (if at all) a specific implementation makes use of
preallocated is not
specified by this interface. |
default MatrixStore<N> |
SolverTask.solve(Access2D<?> body,
Access2D<?> rhs)
[A][X]=[B] or [body][return]=[rhs]
|
MatrixStore<N> |
SolverTask.solve(Access2D<?> body,
Access2D<?> rhs,
PhysicalStore<N> preallocated)
Exactly how (if at all) a specific implementation makes use of
preallocated is not
specified by this interface. |
Modifier and Type | Method and Description |
---|---|
MatrixStore<Double> |
JacobiSolver.solve(Access2D<?> body,
Access2D<?> rhs,
PhysicalStore<Double> current) |
MatrixStore<Double> |
GaussSeidelSolver.solve(Access2D<?> body,
Access2D<?> rhs,
PhysicalStore<Double> current) |
MatrixStore<Double> |
MutableSolver.solve(Access2D<?> body,
Access2D<?> rhs,
PhysicalStore<Double> current) |
MatrixStore<Double> |
ConjugateGradientSolver.solve(Access2D<?> body,
Access2D<?> rhs,
PhysicalStore<Double> preallocated) |
Modifier and Type | Method and Description |
---|---|
String[] |
LineSplittingParser.parse(String line) |
T |
BasicParser.parse(String line)
Parse one line into some custom object.
|
Constructor and Description |
---|
CalendarDate(String sqlString) |
Copyright © 2019 Optimatika. All rights reserved.