DblPend
Loading...
Searching...
No Matches
OutputFormat.hpp
Go to the documentation of this file.
1
6
7#ifndef OutputFormat_h
8#define OutputFormat_h
9
10#include <string>
11#include <vector>
12
13using std::ofstream;
14using std::string;
15using std::vector;
16
20void write_output(vector<vector<double>> &theta);
21
22#endif
void write_output(vector< vector< double > > &theta)
Writes the output values to output.txt.