#include <ap.h>

Inheritance diagram for alglib::complex_1d_array:
alglib::ae_vector_wrapper

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_vectorc_ptr ()
 
const alglib_impl::ae_vectorc_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::complexgetcontent ()
 
const alglib::complexgetcontent () const
 
ae_int_t length () const
 
alglib::complexoperator() (ae_int_t i)
 
const alglib::complexoperator() (ae_int_t i) const
 
const complex_1d_arrayoperator= (const complex_1d_array &rhs)
 
alglib::complexoperator[] (ae_int_t i)
 
const alglib::complexoperator[] (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_vectorp_vec
 
alglib_impl::ae_vector vec
 

Detailed Description

Definition at line 1253 of file ap.h.

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 alglib::complex_1d_array::~complex_1d_array ( )
virtual

Member Function Documentation

◆ allocate_own()

void alglib::ae_vector_wrapper::allocate_own ( ae_int_t  size,
alglib_impl::ae_datatype  datatype 
)
inherited

◆ assign()

void alglib::ae_vector_wrapper::assign ( const ae_vector_wrapper rhs)
protectedinherited

◆ attach_to()

void alglib::ae_vector_wrapper::attach_to ( alglib_impl::ae_vector ptr)
inherited

◆ c_ptr() [1/2]

alglib_impl::ae_vector* alglib::ae_vector_wrapper::c_ptr ( )
inherited

◆ c_ptr() [2/2]

const alglib_impl::ae_vector* alglib::ae_vector_wrapper::c_ptr ( ) const
inherited

◆ create() [1/2]

void alglib::ae_vector_wrapper::create ( const ae_vector_wrapper rhs)
protectedinherited

◆ create() [2/2]

void alglib::ae_vector_wrapper::create ( const char *  s,
alglib_impl::ae_datatype  datatype 
)
protectedinherited

◆ getcontent() [1/2]

alglib::complex* alglib::complex_1d_array::getcontent ( )

◆ getcontent() [2/2]

const alglib::complex* alglib::complex_1d_array::getcontent ( ) const

◆ length()

ae_int_t alglib::ae_vector_wrapper::length ( ) const
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()

void alglib::ae_vector_wrapper::setlength ( ae_int_t  iLen)
inherited

◆ tostring()

std::string alglib::complex_1d_array::tostring ( int  dps) const

Member Data Documentation

◆ p_vec

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

Definition at line 1183 of file ap.h.

◆ vec

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

Definition at line 1184 of file ap.h.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich