|
| integer_2d_array (const integer_2d_array &rhs) |
|
| integer_2d_array (alglib_impl::ae_matrix *p) |
|
| integer_2d_array (const char *s) |
|
const ae_int_t & | operator() (ae_int_t i, ae_int_t j) const |
|
ae_int_t & | operator() (ae_int_t i, ae_int_t j) |
|
const ae_int_t * | operator[] (ae_int_t i) const |
|
ae_int_t * | operator[] (ae_int_t i) |
|
void | setcontent (ae_int_t irows, ae_int_t icols, const ae_int_t *pContent) |
|
std::string | tostring () 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 () |
|
Definition at line 1352 of file ap.h.
◆ mat
◆ p_mat
The documentation for this class was generated from the following file: