Public Member Functions | |
complex_2d_array (const complex_2d_array &rhs) | |
complex_2d_array (alglib_impl::ae_matrix *p) | |
complex_2d_array (const char *s) | |
const alglib::complex & | operator() (ae_int_t i, ae_int_t j) const |
alglib::complex & | operator() (ae_int_t i, ae_int_t j) |
const alglib::complex * | operator[] (ae_int_t i) const |
alglib::complex * | operator[] (ae_int_t i) |
void | setcontent (ae_int_t irows, ae_int_t icols, const alglib::complex *pContent) |
std::string | tostring (int dps) const |
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 |
|
protectedinherited |
|
protectedinherited |