Class documentation of Concepts

Loading...
Searching...
No Matches
Inheritance diagram for alglib::ae_matrix_wrapper:
alglib::boolean_2d_array alglib::complex_2d_array alglib::integer_2d_array alglib::real_2d_array

Public Member Functions

const ae_matrix_wrapperoperator= (const ae_matrix_wrapper &rhs)
 
void setlength (ae_int_t rows, ae_int_t cols)
 
ae_int_t rows () const
 
ae_int_t cols () const
 
bool isempty () const
 
ae_int_t getstride () const
 
void attach_to (alglib_impl::ae_matrix *ptr)
 
void allocate_own (ae_int_t rows, ae_int_t cols, alglib_impl::ae_datatype datatype)
 
const alglib_impl::ae_matrixc_ptr () const
 
alglib_impl::ae_matrixc_ptr ()
 

Protected Member Functions

void create (const ae_matrix_wrapper &rhs)
 
void create (const char *s, alglib_impl::ae_datatype datatype)
 
void assign (const ae_matrix_wrapper &rhs)
 

Protected Attributes

alglib_impl::ae_matrixp_mat
 
alglib_impl::ae_matrix mat
 

Detailed Description

Definition at line 1276 of file ap.h.

Member Data Documentation

◆ mat

alglib_impl::ae_matrix alglib::ae_matrix_wrapper::mat
protected

Definition at line 1329 of file ap.h.

◆ p_mat

alglib_impl::ae_matrix* alglib::ae_matrix_wrapper::p_mat
protected

Definition at line 1328 of file ap.h.


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