file_io
file_io.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
//using namespace std;
6
7
16
void
read_vector_from_file
(
const
std::string& file_name, std::vector<double>& v);
17
18
28
void
write_vector_to_file
(
const
std::string& file_name,
const
std::vector<double>& v);
29
37
void
fill_vector
(std::istream& istr, std::vector<double>& v);
read_vector_from_file
void read_vector_from_file(const std::string &file_name, std::vector< double > &v)
fill_vector
void fill_vector(std::istream &istr, std::vector< double > &v)
write_vector_to_file
void write_vector_to_file(const std::string &file_name, const std::vector< double > &v)
file_io.h
Generated by
1.9.1