DiFfRG
Loading...
Searching...
No Matches
integrators::core::least_squares_wrapper_t< D, F1, F2, F3 > Struct Template Reference

#include <qmc.hpp>

Public Attributes

const F1 fit_function
 
const F2 fit_function_jacobian
 
const F3 fit_function_hessian
 
const std::vector< D > x
 
const std::vector< D > y
 

Member Data Documentation

◆ fit_function

template<typename D , typename F1 , typename F2 , typename F3 >
const F1 integrators::core::least_squares_wrapper_t< D, F1, F2, F3 >::fit_function

◆ fit_function_hessian

template<typename D , typename F1 , typename F2 , typename F3 >
const F3 integrators::core::least_squares_wrapper_t< D, F1, F2, F3 >::fit_function_hessian

◆ fit_function_jacobian

template<typename D , typename F1 , typename F2 , typename F3 >
const F2 integrators::core::least_squares_wrapper_t< D, F1, F2, F3 >::fit_function_jacobian

◆ x

template<typename D , typename F1 , typename F2 , typename F3 >
const std::vector<D> integrators::core::least_squares_wrapper_t< D, F1, F2, F3 >::x

◆ y

template<typename D , typename F1 , typename F2 , typename F3 >
const std::vector<D> integrators::core::least_squares_wrapper_t< D, F1, F2, F3 >::y

The documentation for this struct was generated from the following file: