|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.linear.RealLinearOperator
org.apache.commons.math.linear.InvertibleRealLinearOperator
public abstract class InvertibleRealLinearOperator
This interface defines a RealLinearOperator which can be inverted.
Preconditioners typically fall into this category.
| Constructor Summary | |
|---|---|
InvertibleRealLinearOperator()
|
|
| Method Summary | |
|---|---|
abstract RealVector |
solve(RealVector b)
Computes the matrix-vector product of the inverse of this instance with b and returns the result. |
| Methods inherited from class org.apache.commons.math.linear.RealLinearOperator |
|---|
getColumnDimension, getRowDimension, operate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvertibleRealLinearOperator()
| Method Detail |
|---|
public abstract RealVector solve(RealVector b)
b and returns the result.
b - Right-hand side vector.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||