Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

HuberLinsys Class Reference
[Huber]

#include <HuberLinsys.h>

Inheritance diagram for HuberLinsys:

LinearSystem List of all members.

Public Member Functions

 HuberLinsys (Data *prob)
virtual void factor (Data *prob, Variables *vars)
virtual void solve (Data *prob, Variables *vars, Residuals *rhs, Variables *step)

Detailed Description

LinearSystem class for Huber


Member Function Documentation

virtual void HuberLinsys::factor Data prob,
Variables vars
[virtual]
 

factorizes the matrix, stores data related to the factorization to prepare for later calls to "solve"

Implements LinearSystem.

virtual void HuberLinsys::solve Data prob,
Variables vars,
Residuals rhs,
Variables step
[virtual]
 

assuming the "factor" call was successful, supplies the right-hand side and solves the system.

Implements LinearSystem.


The documentation for this class was generated from the following file:
Generated on Wed Mar 22 13:58:34 2006 for OOQP by doxygen 1.3.5