#include <fstream>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
template<class Vector_A , class Vector_B > | |
void | dump_xy_file (const Vector_A &X, const Vector_B &Y, const std::string &filename) |
bool | read_xy_file (const std::string &filename, std::vector< int > &tab_sizes, std::vector< double > &tab_mflops, bool quiet=false) |
void dump_xy_file | ( | const Vector_A & | X, |
const Vector_B & | Y, | ||
const std::string & | filename | ||
) |
Definition at line 64 of file xy_file.hh.
bool read_xy_file | ( | const std::string & | filename, |
std::vector< int > & | tab_sizes, | ||
std::vector< double > & | tab_mflops, | ||
bool | quiet = false |
||
) |
Definition at line 28 of file xy_file.hh.