Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
Related Pages
more/math/nonlinear.h File Reference
Go to the source code of this file.
Functions
template<class Function> Function::argument_type
root_by_linear_interpolation
(const Function &f, typename Function::argument_type x1, typename Function::argument_type x2)
Not tested!
More...
template<class Function> Function::argument_type
root_by_bisection_method
(const Function &f, typename Function::argument_type x1, typename Function::argument_type x2)
Function Documentation
template<class Function>
Function::argument_type root_by_bisection_method
(
const Function &
f
,
typename Function::argument_type
x1
,
typename Function::argument_type
x2
)
template<class Function>
Function::argument_type root_by_linear_interpolation
(
const Function &
f
,
typename Function::argument_type
x1
,
typename Function::argument_type
x2
)
Not tested!
Generated on Sat Sep 7 19:11:45 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by
Dimitri van Heesch
.