itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
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
Definition: _sci_assert.cpp:35