#include <itpp_wrap.hpp>
Public Member Functions | |
int | size () const |
int | length () const |
const eT * | _data () const |
eT * | _data () |
Private Member Functions | |
Vec () | |
Vec (const Vec &m) | |
const Vec & | operator= (const Vec &m) |
~Vec () |
Definition at line 52 of file itpp_wrap.hpp.
int itpp::Vec< eT >::size | ( | ) | const [inline] |
Definition at line 56 of file itpp_wrap.hpp.
int itpp::Vec< eT >::length | ( | ) | const [inline] |
Definition at line 57 of file itpp_wrap.hpp.
const eT* itpp::Vec< eT >::_data | ( | ) | const [inline] |
Definition at line 58 of file itpp_wrap.hpp.
Referenced by conv_to< itpp::Vec< out_eT > >::from().
eT* itpp::Vec< eT >::_data | ( | ) | [inline] |
Definition at line 59 of file itpp_wrap.hpp.