OBOE  0.1
Accpm::NewtonSolution Class Reference

#include <Solution.h>

Inheritance diagram for Accpm::NewtonSolution:
Accpm::Solution

List of all members.

Public Member Functions

 NewtonSolution (int m=0, int n=0, int p=0)
 ~NewtonSolution ()
void init (const Manager &manager)
int warmStart (const Manager &manager)
void output (std::ostream &os) const
void addMult (const NewtonSolution &sol, double alpha=1.0)

Public Attributes

AccpmVector _y
AccpmVector _s
AccpmVector _z
double _s0
double _zs
double _ss

Detailed Description

Class for keepin the solution of the Newton system


Constructor & Destructor Documentation

Accpm::NewtonSolution::NewtonSolution ( int  m = 0,
int  n = 0,
int  p = 0 
)

References _s, _y, and _z.


Member Function Documentation

void Accpm::NewtonSolution::addMult ( const NewtonSolution sol,
double  alpha = 1.0 
)

References _s, _s0, _ss, _y, _z, _zs, and AccpmLAAddMult().

void Accpm::NewtonSolution::output ( std::ostream &  os) const

References _s, _s0, _ss, _y, _z, and _zs.


Member Data Documentation

Referenced by addMult(), init(), and output().

Referenced by addMult(), init(), and output().


The documentation for this class was generated from the following files: