alglib::real_2d_array Class Reference
#include <ap.h>
Inheritance diagram for alglib::real_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 |
ae_int_t | getstride () const |
bool | isempty () const |
double & | operator() (ae_int_t i, ae_int_t j) |
const double & | operator() (ae_int_t i, ae_int_t j) const |
double * | operator[] (ae_int_t i) |
const double * | operator[] (ae_int_t i) const |
real_2d_array () | |
real_2d_array (alglib_impl::ae_matrix *p) | |
real_2d_array (const char *s) | |
real_2d_array (const real_2d_array &rhs) | |
ae_int_t | rows () const |
void | setcontent (ae_int_t irows, ae_int_t icols, const double *pContent) |
void | setlength (ae_int_t rows, ae_int_t cols) |
std::string | tostring (int dps) const |
virtual | ~real_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
◆ real_2d_array() [1/4]
alglib::real_2d_array::real_2d_array | ( | ) |
◆ real_2d_array() [2/4]
alglib::real_2d_array::real_2d_array | ( | const real_2d_array & | rhs | ) |
◆ real_2d_array() [3/4]
alglib::real_2d_array::real_2d_array | ( | alglib_impl::ae_matrix * | p | ) |
◆ real_2d_array() [4/4]
alglib::real_2d_array::real_2d_array | ( | const char * | s | ) |
◆ ~real_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]
◆ operator()() [2/2]
◆ operator[]() [1/2]
double* alglib::real_2d_array::operator[] | ( | ae_int_t | i | ) |
◆ operator[]() [2/2]
const double* alglib::real_2d_array::operator[] | ( | ae_int_t | i | ) | const |
◆ rows()
|
inherited |
◆ setcontent()
◆ setlength()
◆ tostring()
std::string alglib::real_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