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

Go to the source code of this file.

Classes

class  gsl::multifit::function
 Class that extends gsl_multifit_function so that it can be constructed from arbitrary function objects. More...
 
struct  gsl::multifit::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::multifit
 This namespace gives access to all the gsl_fit functions and allows us to use gsl::vector and gsl::matrix shared pointers.
 

Functions

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