ReFRACtor
|
#include <connor_solver_map.h>
#include <linear_algebra.h>
#include <fp_exception.h>
#include <logger.h>
#include <ifstream_cs.h>
#include <fstream>
Go to the source code of this file.
Functions | |
boost::shared_ptr< IterativeSolver > | connor_solver_map_create (const boost::shared_ptr< CostFunc > &NLLS_MAP, const boost::shared_ptr< ConvergenceCheck > &Convergence_check, int max_cost_function_calls, double Gamma_initial) |
boost::shared_ptr<IterativeSolver> connor_solver_map_create | ( | const boost::shared_ptr< CostFunc > & | NLLS_MAP, |
const boost::shared_ptr< ConvergenceCheck > & | Convergence_check, | ||
int | max_cost_function_calls, | ||
double | Gamma_initial | ||
) |
Definition at line 12 of file connor_solver_map.cc.