Public Member Functions | |
| complex_1d_array (const char *s) | |
| complex_1d_array (const complex_1d_array &rhs) | |
| complex_1d_array (alglib_impl::ae_vector *p) | |
| const complex_1d_array & | operator= (const complex_1d_array &rhs) |
| const alglib::complex & | operator() (ae_int_t i) const |
| alglib::complex & | operator() (ae_int_t i) |
| const alglib::complex & | operator[] (ae_int_t i) const |
| alglib::complex & | operator[] (ae_int_t i) |
| void | setcontent (ae_int_t iLen, const alglib::complex *pContent) |
| alglib::complex * | getcontent () |
| const alglib::complex * | getcontent () const |
| std::string | tostring (int dps) 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 () |
Protected Member Functions | |
| void | create (const ae_vector_wrapper &rhs) |
| void | create (const char *s, alglib_impl::ae_datatype datatype) |
| void | assign (const ae_vector_wrapper &rhs) |
Protected Attributes | |
| alglib_impl::ae_vector * | p_vec |
| alglib_impl::ae_vector | vec |
|
protectedinherited |
|
protectedinherited |