Public Member Functions |
Protected Member Functions |
Protected Attributes |
Private Member Functions |
List of all members
alglib::ae_matrix_wrapper Class Reference
#include <ap.h>
Inheritance diagram for alglib::ae_matrix_wrapper:
Public Member Functions | |
ae_matrix_wrapper () | |
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 |
const ae_matrix_wrapper & | operator= (const ae_matrix_wrapper &rhs) |
ae_int_t | rows () const |
void | setlength (ae_int_t rows, ae_int_t cols) |
virtual | ~ae_matrix_wrapper () |
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 |
Private Member Functions | |
ae_matrix_wrapper (const ae_matrix_wrapper &rhs) | |
Detailed Description
Constructor & Destructor Documentation
◆ ae_matrix_wrapper() [1/2]
alglib::ae_matrix_wrapper::ae_matrix_wrapper | ( | ) |
◆ ~ae_matrix_wrapper()
|
virtual |
◆ ae_matrix_wrapper() [2/2]
|
private |
Member Function Documentation
◆ allocate_own()
void alglib::ae_matrix_wrapper::allocate_own | ( | ae_int_t | rows, |
ae_int_t | cols, | ||
alglib_impl::ae_datatype | datatype | ||
) |
◆ assign()
|
protected |
◆ attach_to()
void alglib::ae_matrix_wrapper::attach_to | ( | alglib_impl::ae_matrix * | ptr | ) |
◆ c_ptr() [1/2]
alglib_impl::ae_matrix* alglib::ae_matrix_wrapper::c_ptr | ( | ) |
◆ c_ptr() [2/2]
const alglib_impl::ae_matrix* alglib::ae_matrix_wrapper::c_ptr | ( | ) | const |
◆ cols()
ae_int_t alglib::ae_matrix_wrapper::cols | ( | ) | const |
◆ create() [1/2]
|
protected |
◆ create() [2/2]
|
protected |
◆ getstride()
ae_int_t alglib::ae_matrix_wrapper::getstride | ( | ) | const |
◆ isempty()
bool alglib::ae_matrix_wrapper::isempty | ( | ) | const |
◆ operator=()
const ae_matrix_wrapper& alglib::ae_matrix_wrapper::operator= | ( | const ae_matrix_wrapper & | rhs | ) |
◆ rows()
ae_int_t alglib::ae_matrix_wrapper::rows | ( | ) | const |
◆ setlength()
Member Data Documentation
◆ mat
|
protected |
◆ p_mat
|
protected |
The documentation for this class was generated from the following file:
- alglib/ap.h