alglib::complex_2d_array Class Reference
#include <ap.h>
Inheritance diagram for alglib::complex_2d_array:
Public Member Functions | |
void | allocate_own (ae_int_t rows, ae_int_t cols, alglib_impl::ae_datatype datatype) |
void | attach_to (alglib_impl::ae_matrix *ptr) |
alglib_impl::ae_matrix * | c_ptr () |
const alglib_impl::ae_matrix * | c_ptr () const |
ae_int_t | cols () const |
complex_2d_array () | |
complex_2d_array (alglib_impl::ae_matrix *p) | |
complex_2d_array (const char *s) | |
complex_2d_array (const complex_2d_array &rhs) | |
ae_int_t | getstride () const |
bool | isempty () const |
alglib::complex & | operator() (ae_int_t i, ae_int_t j) |
const alglib::complex & | operator() (ae_int_t i, ae_int_t j) const |
alglib::complex * | operator[] (ae_int_t i) |
const alglib::complex * | operator[] (ae_int_t i) const |
ae_int_t | rows () const |
void | setcontent (ae_int_t irows, ae_int_t icols, const alglib::complex *pContent) |
void | setlength (ae_int_t rows, ae_int_t cols) |
std::string | tostring (int dps) const |
virtual | ~complex_2d_array () |
Protected Member Functions | |
void | assign (const ae_matrix_wrapper &rhs) |
void | create (const ae_matrix_wrapper &rhs) |
void | create (const char *s, alglib_impl::ae_datatype datatype) |
Protected Attributes | |
alglib_impl::ae_matrix | mat |
alglib_impl::ae_matrix * | p_mat |
Detailed Description
Constructor & Destructor Documentation
◆ complex_2d_array() [1/4]
alglib::complex_2d_array::complex_2d_array | ( | ) |
◆ complex_2d_array() [2/4]
alglib::complex_2d_array::complex_2d_array | ( | const complex_2d_array & | rhs | ) |
◆ complex_2d_array() [3/4]
alglib::complex_2d_array::complex_2d_array | ( | alglib_impl::ae_matrix * | p | ) |
◆ complex_2d_array() [4/4]
alglib::complex_2d_array::complex_2d_array | ( | const char * | s | ) |
◆ ~complex_2d_array()
|
virtual |
Member Function Documentation
◆ allocate_own()
|
inherited |
◆ assign()
|
protectedinherited |
◆ attach_to()
|
inherited |
◆ c_ptr() [1/2]
|
inherited |
◆ c_ptr() [2/2]
|
inherited |
◆ cols()
|
inherited |
◆ create() [1/2]
|
protectedinherited |
◆ create() [2/2]
|
protectedinherited |
◆ getstride()
|
inherited |
◆ isempty()
|
inherited |
◆ operator()() [1/2]
alglib::complex& alglib::complex_2d_array::operator() | ( | ae_int_t | i, |
ae_int_t | j | ||
) |
◆ operator()() [2/2]
const alglib::complex& alglib::complex_2d_array::operator() | ( | ae_int_t | i, |
ae_int_t | j | ||
) | const |
◆ operator[]() [1/2]
alglib::complex* alglib::complex_2d_array::operator[] | ( | ae_int_t | i | ) |
◆ operator[]() [2/2]
const alglib::complex* alglib::complex_2d_array::operator[] | ( | ae_int_t | i | ) | const |
◆ rows()
|
inherited |
◆ setcontent()
void alglib::complex_2d_array::setcontent | ( | ae_int_t | irows, |
ae_int_t | icols, | ||
const alglib::complex * | pContent | ||
) |
◆ setlength()
◆ tostring()
std::string alglib::complex_2d_array::tostring | ( | int | dps | ) | const |
Member Data Documentation
◆ mat
|
protectedinherited |
◆ p_mat
|
protectedinherited |
The documentation for this class was generated from the following file:
- alglib/ap.h