Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

BisectSolver.h File Reference


Detailed Description

Defines the mcBisectSolver class.

See BisectSolver.cpp for more info.

Definition in file BisectSolver.h.

#include "mc/Solver.h"

Include dependency graph for BisectSolver.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define mcBISECTSOLVER_DEFAULT_DELTA   mcRealValue(wxString(wxT("1e-10")))
 The amplitude of the approximation range: result returned by mcBisectSolver will be +/- mcBISECTSOLVER_DEFAULT_DELTA.


Define Documentation

#define mcBISECTSOLVER_DEFAULT_DELTA   mcRealValue(wxString(wxT("1e-10")))
 

The amplitude of the approximation range: result returned by mcBisectSolver will be +/- mcBISECTSOLVER_DEFAULT_DELTA.

Definition at line 47 of file BisectSolver.h.

Referenced by mcBisectSolver::mcBisectSolver().



Documentation generated with Doxygen on Sun Feb 6 17:10:51 2005
Visit MathStudio home page for more info

[ Top ]