SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
GSLEngine.cpp File Reference
#include <gsl/gsl_multifit_nlinear.h>
#include <gsl/gsl_blas.h>
#include <ElementsKernel/Exception.h>
#include <iostream>
#include "ModelFitting/Engine/LeastSquareEngineManager.h"
#include "ModelFitting/Engine/GSLEngine.h"
Include dependency graph for GSLEngine.cpp:

Go to the source code of this file.

Classes

class  ModelFitting::GslVectorIterator
 
class  ModelFitting::GslVectorConstIterator
 

Namespaces

 ModelFitting
 

Functions

static std::shared_ptr
< LeastSquareEngine > 
ModelFitting::createLevmarEngine (unsigned max_iterations)
 

Variables

static
LeastSquareEngineManager::StaticEngine 
ModelFitting::levmar_engine {"gsl", createLevmarEngine}
 

Detailed Description

Date
April, 2019
Author
Alejandro Alvarez Ayllon

Definition in file GSLEngine.cpp.