Uses of Class
org.apache.commons.math4.linear.JacobiPreconditioner
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of JacobiPreconditioner in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear that return JacobiPreconditioner Modifier and Type Method Description static JacobiPreconditionerJacobiPreconditioner. create(RealLinearOperator a)Creates a new instance of this class.