alglib::complex_1d_array Class Reference
#include <ap.h>
Inheritance diagram for alglib::complex_1d_array:
Public Member Functions | |
void | allocate_own (ae_int_t size, alglib_impl::ae_datatype datatype) |
void | attach_to (alglib_impl::ae_vector *ptr) |
alglib_impl::ae_vector * | c_ptr () |
const alglib_impl::ae_vector * | c_ptr () const |
complex_1d_array () | |
complex_1d_array (alglib_impl::ae_vector *p) | |
complex_1d_array (const char *s) | |
complex_1d_array (const complex_1d_array &rhs) | |
alglib::complex * | getcontent () |
const alglib::complex * | getcontent () const |
ae_int_t | length () const |
alglib::complex & | operator() (ae_int_t i) |
const alglib::complex & | operator() (ae_int_t i) const |
const complex_1d_array & | operator= (const complex_1d_array &rhs) |
alglib::complex & | operator[] (ae_int_t i) |
const alglib::complex & | operator[] (ae_int_t i) const |
void | setcontent (ae_int_t iLen, const alglib::complex *pContent) |
void | setlength (ae_int_t iLen) |
std::string | tostring (int dps) const |
virtual | ~complex_1d_array () |
Protected Member Functions | |
void | assign (const ae_vector_wrapper &rhs) |
void | create (const ae_vector_wrapper &rhs) |
void | create (const char *s, alglib_impl::ae_datatype datatype) |
Protected Attributes | |
alglib_impl::ae_vector * | p_vec |
alglib_impl::ae_vector | vec |
Detailed Description
Constructor & Destructor Documentation
◆ complex_1d_array() [1/4]
alglib::complex_1d_array::complex_1d_array | ( | ) |
◆ complex_1d_array() [2/4]
alglib::complex_1d_array::complex_1d_array | ( | const char * | s | ) |
◆ complex_1d_array() [3/4]
alglib::complex_1d_array::complex_1d_array | ( | const complex_1d_array & | rhs | ) |
◆ complex_1d_array() [4/4]
alglib::complex_1d_array::complex_1d_array | ( | alglib_impl::ae_vector * | p | ) |
◆ ~complex_1d_array()
|
virtual |
Member Function Documentation
◆ allocate_own()
|
inherited |
◆ assign()
|
protectedinherited |
◆ attach_to()
|
inherited |
◆ c_ptr() [1/2]
|
inherited |
◆ c_ptr() [2/2]
|
inherited |
◆ create() [1/2]
|
protectedinherited |
◆ create() [2/2]
|
protectedinherited |
◆ getcontent() [1/2]
alglib::complex* alglib::complex_1d_array::getcontent | ( | ) |
◆ getcontent() [2/2]
const alglib::complex* alglib::complex_1d_array::getcontent | ( | ) | const |
◆ length()
|
inherited |
◆ operator()() [1/2]
alglib::complex& alglib::complex_1d_array::operator() | ( | ae_int_t | i | ) |
◆ operator()() [2/2]
const alglib::complex& alglib::complex_1d_array::operator() | ( | ae_int_t | i | ) | const |
◆ operator=()
const complex_1d_array& alglib::complex_1d_array::operator= | ( | const complex_1d_array & | rhs | ) |
◆ operator[]() [1/2]
alglib::complex& alglib::complex_1d_array::operator[] | ( | ae_int_t | i | ) |
◆ operator[]() [2/2]
const alglib::complex& alglib::complex_1d_array::operator[] | ( | ae_int_t | i | ) | const |
◆ setcontent()
void alglib::complex_1d_array::setcontent | ( | ae_int_t | iLen, |
const alglib::complex * | pContent | ||
) |
◆ setlength()
|
inherited |
◆ tostring()
std::string alglib::complex_1d_array::tostring | ( | int | dps | ) | const |
Member Data Documentation
◆ p_vec
|
protectedinherited |
◆ vec
|
protectedinherited |
The documentation for this class was generated from the following file:
- alglib/ap.h