openmp.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "pass_bits/problem.hpp"
3 
4 namespace pass
5 {
19 bool enable_openmp(const pass::problem &problem);
20 
28 arma::mat train(const int &examples);
29 
36 arma::rowvec build_model(const arma::mat &training_points);
37 
38 } // namespace pass
Definition: problem.hpp:20
bool enable_openmp(const pass::problem &problem)
Definition: openmp.cpp:13
Definition: adaptive_parameter_search.hpp:5
arma::mat train(const int &examples)
Definition: openmp.cpp:147
arma::rowvec build_model(const arma::mat &training_points)
Definition: openmp.cpp:219