Package | Description |
---|---|
org.ojalgo.matrix.task.iterative |
Modifier and Type | Method and Description |
---|---|
boolean |
MutableSolver.add(Equation row) |
int |
Equation.compareTo(Equation other) |
boolean |
MutableSolver.remove(Equation row) |
Modifier and Type | Method and Description |
---|---|
double |
GaussSeidelSolver.resolve(List<Equation> equations,
PhysicalStore<Double> solution) |
double |
ConjugateGradientSolver.resolve(List<Equation> equations,
PhysicalStore<Double> solution) |
Copyright © 2019 Optimatika. All rights reserved.