dummy itpp::Vec class, to prevent compilation errors More...
#include <itpp_wrap.hpp>
Public Member Functions | |
~Vec () | |
Vec () | |
Vec (int length) | |
Vec (const Vec &m) | |
const Vec & | operator= (const Vec &m) |
int | size () const |
int | length () const |
const eT * | _data () const |
eT * | _data () |
dummy itpp::Vec class, to prevent compilation errors
Definition at line 54 of file itpp_wrap.hpp.
Definition at line 58 of file itpp_wrap.hpp.
{}
Definition at line 59 of file itpp_wrap.hpp.
{}
Definition at line 60 of file itpp_wrap.hpp.
{}
Definition at line 61 of file itpp_wrap.hpp.
{}
Definition at line 63 of file itpp_wrap.hpp.
{ return *this; }
int itpp::Vec< eT >::size | ( | ) | const [inline] |
Definition at line 65 of file itpp_wrap.hpp.
{ return 0; }
int itpp::Vec< eT >::length | ( | ) | const [inline] |
Definition at line 66 of file itpp_wrap.hpp.
{ return 0; }
const eT* itpp::Vec< eT >::_data | ( | ) | const [inline] |
Definition at line 67 of file itpp_wrap.hpp.
Referenced by conv_to< itpp::Vec< out_eT > >::from().
{ return 0; }
eT* itpp::Vec< eT >::_data | ( | ) | [inline] |
Definition at line 68 of file itpp_wrap.hpp.
{ return 0; }