The "FcnCeres" class to be used with ceres-solver to minimise the χ2.  
 More...
#include <fcnceres.h>
 | 
|   | FcnCeres (ChiSquare const &chi2) | 
|   | The "FcnCeres" default constructor.  More...
  | 
|   | 
| bool  | operator() (double const *const *parameters, double *residuals) const | 
|   | Operator required by Ceres to compute the function to be minimised.  More...
  | 
|   | 
The "FcnCeres" class to be used with ceres-solver to minimise the χ2. 
 
◆ FcnCeres()
      
        
          | NangaParbat::FcnCeres::FcnCeres  | 
          ( | 
          ChiSquare const &  | 
          chi2 | ) | 
           | 
        
      
 
The "FcnCeres" default constructor. 
- Parameters
 - 
  
    | chi2 | the "ChiSquare" object that returns the values of all chi2's  | 
  
   
 
 
◆ operator()()
      
        
          | bool NangaParbat::FcnCeres::operator()  | 
          ( | 
          double const *const *  | 
          parameters,  | 
        
        
           | 
           | 
          double *  | 
          residuals  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
Operator required by Ceres to compute the function to be minimised. 
- Parameters
 - 
  
    | parameters | the (double) array of parameters  | 
    | residuals | the array of residual  | 
  
   
 
 
◆ _chi2
The "ChiSquare" object that returns the values of all chi2's. 
 
 
The documentation for this class was generated from the following file:
- /Users/vb262523/Codes/NangaParbat-Beta/inc/NangaParbat/fcnceres.h