Public Member Functions | |
const ae_matrix_wrapper & | operator= (const ae_matrix_wrapper &rhs) |
void | setlength (ae_int_t rows, ae_int_t cols) |
ae_int_t | rows () const |
ae_int_t | cols () const |
bool | isempty () const |
ae_int_t | getstride () const |
void | attach_to (alglib_impl::ae_matrix *ptr) |
void | allocate_own (ae_int_t rows, ae_int_t cols, alglib_impl::ae_datatype datatype) |
const alglib_impl::ae_matrix * | c_ptr () const |
alglib_impl::ae_matrix * | c_ptr () |
Protected Member Functions | |
void | create (const ae_matrix_wrapper &rhs) |
void | create (const char *s, alglib_impl::ae_datatype datatype) |
void | assign (const ae_matrix_wrapper &rhs) |
Protected Attributes | |
alglib_impl::ae_matrix * | p_mat |
alglib_impl::ae_matrix | mat |
|
protected |
|
protected |