#include <HuberLinsys.h>
Inheritance diagram for HuberLinsys:
Public Methods | |
virtual void | factor (Data *prob, Variables *vars) |
virtual void | solve (Data *prob, Variables *vars, Residuals *rhs, Variables *step) |
|
factorizes the matrix, stores data related to the factorization to prepare for later calls to "solve" Implements LinearSystem. |
|
assuming the "factor" call was successful, supplies the right-hand side and solves the system. Implements LinearSystem. |