|
| boolean_1d_array (const char *s) |
|
| boolean_1d_array (const boolean_1d_array &rhs) |
|
| boolean_1d_array (alglib_impl::ae_vector *p) |
|
const boolean_1d_array & | operator= (const boolean_1d_array &rhs) |
|
const ae_bool & | operator() (ae_int_t i) const |
|
ae_bool & | operator() (ae_int_t i) |
|
const ae_bool & | operator[] (ae_int_t i) const |
|
ae_bool & | operator[] (ae_int_t i) |
|
void | setcontent (ae_int_t iLen, const bool *pContent) |
|
ae_bool * | getcontent () |
|
const ae_bool * | getcontent () const |
|
std::string | tostring () const |
|
void | setlength (ae_int_t iLen) |
|
ae_int_t | length () const |
|
void | attach_to (alglib_impl::ae_vector *ptr) |
|
void | allocate_own (ae_int_t size, alglib_impl::ae_datatype datatype) |
|
const alglib_impl::ae_vector * | c_ptr () const |
|
alglib_impl::ae_vector * | c_ptr () |
|
Definition at line 1183 of file ap.h.
◆ p_vec
◆ vec
The documentation for this class was generated from the following file: