ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
multiroot_function.hpp File Reference
#include <gsl/gsl_multiroots.h>
#include <algorithm>
Include dependency graph for multiroot_function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gsl::multiroot::function
 Class that extends gsl_multiroot_function so that it can be constructed from arbitrary function objects. More...
 
struct  gsl::multiroot::function::Concept
 This is an empty abstract base class. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::multiroot
 Namespace for multidimensional root finding.
 

Functions

template<typename T >
void gsl::multiroot::function_constructor (function &, T &)
 
template<typename T >
function gsl::multiroot::make_function (T &t)
 Make a gsl::multiroot::function from a function object that implements gsl::multiroot::function::Concept. More...