Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

OneDimSolve class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

OneDimSolve Class Reference

#include <SOLUTION.H>

List of all members.

Public Methods

 OneDimSolve (R1_R1 &f, Real AccY=0.0001, Real AccX=0.0)
Real Solve (Real Y, Real X, Real Dev, int Lim=100)


Detailed Description

Solve the equation f(x)=y for x where f is a monotone continuous function of x. Essentially Brent's method. Part of solve routines in Matrix.src.

Definition at line 54 of file SOLUTION.H.


Constructor & Destructor Documentation

OneDimSolve::OneDimSolve R1_R1   f,
Real    AccY = 0.0001,
Real    AccX = 0.0
[inline]
 

Definition at line 61 of file SOLUTION.H.

References RBD_COMMON::Real.


Member Function Documentation

Real OneDimSolve::Solve Real    Y,
Real    X,
Real    Dev,
int    Lim = 100
 


The documentation for this class was generated from the following file:
Generated on Fri Aug 23 01:39:27 2002 for VirtualU by doxygen1.2.17