v2DM-DOCI  1.0
scan_function.cpp File Reference
#include <iostream>
#include <cmath>
#include <random>
#include <algorithm>
#include <iomanip>
+ Include dependency graph for scan_function.cpp:

Go to the source code of this file.

Classes

class  func
 
class  Efunc
 
class  Efunc2
 

Macros

#define CONV_CRIT   1e-12
 

Functions

std::pair< double, bool > find_min_angle (double start_angle, const func &cur)
 
std::vector< double > scan_mins (const func &cur)
 
int main (void)
 

Macro Definition Documentation

#define CONV_CRIT   1e-12

Definition at line 31 of file scan_function.cpp.

Function Documentation

std::pair<double,bool> find_min_angle ( double  start_angle,
const func cur 
)

Definition at line 168 of file scan_function.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int main ( void  )

Definition at line 227 of file scan_function.cpp.

+ Here is the call graph for this function:

std::vector<double> scan_mins ( const func cur)

Definition at line 198 of file scan_function.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: