#include "testPredCtrl.hpp"
#include "ar_controller.hpp"
#include <random>
#include <cmath>
#include <vector>
#include <algorithm>
#include <numeric>
#include <chrono>
Go to the source code of this file.
Macros | |
#define | EIGEN_DONT_PARALLELIZE |
Functions | |
double | variance (double data[], int size, int num_skip=0) |
double | standard_dev (double data[], int size, int num_skip=0) |
void | write_to_file (std::string filename, double data[], int size) |
int | main (int argc, char **argv) |
#define EIGEN_DONT_PARALLELIZE |
Definition at line 1 of file testPredCtrl.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 42 of file testPredCtrl.cpp.
double standard_dev | ( | double | data[], |
int | size, | ||
int | num_skip = 0 |
||
) |
Definition at line 29 of file testPredCtrl.cpp.
Referenced by main().
double variance | ( | double | data[], |
int | size, | ||
int | num_skip = 0 |
||
) |
Definition at line 13 of file testPredCtrl.cpp.
Referenced by MagAOX::app::psfAcq::processImage(), and standard_dev().
void write_to_file | ( | std::string | filename, |
double | data[], | ||
int | size | ||
) |
Definition at line 33 of file testPredCtrl.cpp.
Referenced by main().