| Modifier and Type | Interface and Description | 
|---|---|
| static class  | IterativeSolver.ToleranceType | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxIterations() | 
| int | getNumIterations() | 
| double | getRelativeResidual() | 
| double | getTolerance() | 
| IterativeSolver.ToleranceType | getToleranceType() | 
| boolean | isCompatible(int matrixType) | 
| void | setMaxIterations(int max) | 
| void | setTolerance(double tol) | 
| void | setToleranceType(IterativeSolver.ToleranceType type) | 
| boolean | solve(VectorNd x,
     LinearTransformNd A,
     VectorNd b) | 
double getTolerance()
void setTolerance(double tol)
IterativeSolver.ToleranceType getToleranceType()
void setToleranceType(IterativeSolver.ToleranceType type)
int getMaxIterations()
void setMaxIterations(int max)
int getNumIterations()
boolean solve(VectorNd x, LinearTransformNd A, VectorNd b)
double getRelativeResidual()
boolean isCompatible(int matrixType)