|
| boolean_2d_array (const boolean_2d_array &rhs) |
|
| boolean_2d_array (alglib_impl::ae_matrix *p) |
|
| boolean_2d_array (const char *s) |
|
const ae_bool & | operator() (ae_int_t i, ae_int_t j) const |
|
ae_bool & | operator() (ae_int_t i, ae_int_t j) |
|
const ae_bool * | operator[] (ae_int_t i) const |
|
ae_bool * | operator[] (ae_int_t i) |
|
void | setcontent (ae_int_t irows, ae_int_t icols, const bool *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 1332 of file ap.h.
◆ mat
◆ p_mat
The documentation for this class was generated from the following file: