Class documentation of Concepts

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

Public Member Functions

 real_1d_array (const char *s)
 
 real_1d_array (const real_1d_array &rhs)
 
 real_1d_array (alglib_impl::ae_vector *p)
 
const real_1d_arrayoperator= (const real_1d_array &rhs)
 
const double & operator() (ae_int_t i) const
 
double & operator() (ae_int_t i)
 
const double & operator[] (ae_int_t i) const
 
double & operator[] (ae_int_t i)
 
void setcontent (ae_int_t iLen, const double *pContent)
 
double * getcontent ()
 
const double * 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_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 1230 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: