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

HuberLinsys Class Reference
[Huber]

#include <HuberLinsys.h>

Inheritance diagram for HuberLinsys:

LinearSystem List of all members.

Public Methods

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 Mon May 24 17:40:46 2004 for OOQP by doxygen1.2.18