Class documentation of Concepts

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

Public Member Functions

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 1130 of file ap.h.

Member Data Documentation

◆ p_vec

alglib_impl::ae_vector* alglib::ae_vector_wrapper::p_vec
protected

Definition at line 1179 of file ap.h.

◆ vec

alglib_impl::ae_vector alglib::ae_vector_wrapper::vec
protected

Definition at line 1180 of file ap.h.


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