Class documentation of Concepts

Loading...
Searching...
No Matches
Inheritance diagram for alglib::complex_1d_array:
alglib::ae_vector_wrapper

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_arrayoperator= (const complex_1d_array &rhs)
 
const alglib::complexoperator() (ae_int_t i) const
 
alglib::complexoperator() (ae_int_t i)
 
const alglib::complexoperator[] (ae_int_t i) const
 
alglib::complexoperator[] (ae_int_t i)
 
void setcontent (ae_int_t iLen, const alglib::complex *pContent)
 
alglib::complexgetcontent ()
 
const alglib::complexgetcontent () 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_vectorc_ptr () const
 
alglib_impl::ae_vectorc_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_vectorp_vec
 
alglib_impl::ae_vector vec
 

Detailed Description

Definition at line 1253 of file ap.h.

Member Data Documentation

◆ p_vec

alglib_impl::ae_vector* alglib::ae_vector_wrapper::p_vec
protectedinherited

Definition at line 1179 of file ap.h.

◆ vec

alglib_impl::ae_vector alglib::ae_vector_wrapper::vec
protectedinherited

Definition at line 1180 of file ap.h.


The documentation for this class was generated from the following file: