dummy itpp::Mat class, to prevent compilation errors More...
#include <itpp_wrap.hpp>
Public Member Functions | |
~Mat () | |
Mat () | |
Mat (int n_rows, int n_cols) | |
Mat (const Mat &m) | |
const Mat & | operator= (const Mat &m) |
int | rows () const |
int | cols () const |
int | size () const |
const eT * | _data () const |
eT * | _data () |
dummy itpp::Mat class, to prevent compilation errors
Definition at line 33 of file itpp_wrap.hpp.
Definition at line 37 of file itpp_wrap.hpp.
{}
Definition at line 38 of file itpp_wrap.hpp.
{}
Definition at line 39 of file itpp_wrap.hpp.
{}
Definition at line 40 of file itpp_wrap.hpp.
{}
Definition at line 42 of file itpp_wrap.hpp.
{ return *this; }
int itpp::Mat< eT >::rows | ( | ) | const [inline] |
Definition at line 44 of file itpp_wrap.hpp.
{ return 0; }
int itpp::Mat< eT >::cols | ( | ) | const [inline] |
Definition at line 45 of file itpp_wrap.hpp.
{ return 0; }
int itpp::Mat< eT >::size | ( | ) | const [inline] |
Definition at line 46 of file itpp_wrap.hpp.
{ return 0; }
const eT* itpp::Mat< eT >::_data | ( | ) | const [inline] |
Definition at line 47 of file itpp_wrap.hpp.
Referenced by conv_to< itpp::Mat< out_eT > >::from().
{ return 0; }
eT* itpp::Mat< eT >::_data | ( | ) | [inline] |
Definition at line 48 of file itpp_wrap.hpp.
{ return 0; }