$search
dummy itpp::Mat class, to prevent compilation errors More...
#include <itpp_wrap.hpp>
Public Member Functions | |
eT * | _data () |
const eT * | _data () const |
int | cols () const |
Mat (const Mat &m) | |
Mat (int n_rows, int n_cols) | |
Mat () | |
const Mat & | operator= (const Mat &m) |
int | rows () const |
int | size () const |
~Mat () |
dummy itpp::Mat class, to prevent compilation errors
Definition at line 30 of file itpp_wrap.hpp.
Definition at line 34 of file itpp_wrap.hpp.
Definition at line 35 of file itpp_wrap.hpp.
Definition at line 36 of file itpp_wrap.hpp.
Definition at line 37 of file itpp_wrap.hpp.
eT* itpp::Mat< eT >::_data | ( | ) | [inline] |
Definition at line 45 of file itpp_wrap.hpp.
const eT* itpp::Mat< eT >::_data | ( | ) | const [inline] |
Definition at line 44 of file itpp_wrap.hpp.
int itpp::Mat< eT >::cols | ( | ) | const [inline] |
Definition at line 42 of file itpp_wrap.hpp.
Definition at line 39 of file itpp_wrap.hpp.
int itpp::Mat< eT >::rows | ( | ) | const [inline] |
Definition at line 41 of file itpp_wrap.hpp.
int itpp::Mat< eT >::size | ( | ) | const [inline] |
Definition at line 43 of file itpp_wrap.hpp.