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

Go to the source code of this file.

Classes

class  gsl::multilarge::nlinear::function_fdf
 Class that extends gsl_multilarge_nlinear_fdf so that it can be constructed from arbitrary function objects. More...
 
struct  gsl::multilarge::nlinear::function_fdf::concept_fdf
 This is an abstract base class. More...
 
struct  gsl::multilarge::nlinear::function_fdf::concept_fvv
 This is an abstract base class. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::multilarge
 This namespace handles large dense systems.
 
namespace  gsl::multilarge::nlinear
 Linear systems.
 

Functions

template<typename T >
void gsl::multilarge::nlinear::function_constructor (function_fdf &f, T &t)
 
template<typename T >
function_fdf gsl::multilarge::nlinear::make_function_fdf (T &t)
 Make a gsl::multilarge::nlinear::function_fdf from a function object that implements gsl::multilarge::nlinear::function_fdf::concept. More...