TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
xy_file.hh File Reference
#include <fstream>
#include <iostream>
#include <string>
#include <vector>

Go to the source code of this file.

Functions

bool read_xy_file (const std::string &filename, std::vector< int > &tab_sizes, std::vector< double > &tab_mflops, bool quiet=false)
 
template<class Vector_A , class Vector_B >
void dump_xy_file (const Vector_A &X, const Vector_B &Y, const std::string &filename)
 

Function Documentation

◆ dump_xy_file()

template<class Vector_A , class Vector_B >
void dump_xy_file ( const Vector_A &  X,
const Vector_B &  Y,
const std::string &  filename 
)

◆ read_xy_file()

bool read_xy_file ( const std::string &  filename,
std::vector< int > &  tab_sizes,
std::vector< double > &  tab_mflops,
bool  quiet = false 
)