itpp_sci
1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
Main Page
Related Pages
Modules
Classes
include
file_vec.hpp
1
/*xxx
2
* \brief - read vec and cvec from file
3
* \author maki
4
*/
5
17
#ifndef FILE_VEC
18
#define FILE_VEC
19
// ---- ITPP ----
20
#include <itpp/itbase.h>
21
#include <iomanip>
22
23
using namespace
itpp
;
24
using namespace
std
;
28
cvec file_read_cvec(
const
char
* filename);
29
34
vec file_read_vec(
const
char
* filename);
35
#endif
std
itpp
Definition:
_sci_assert.cpp:35
Generated on Wed Dec 30 2015 18:14:13 for itpp_sci by
1.8.9.1