Class documentation of Concepts

Loading...
Searching...
No Matches
alglib_impl::ae_matrix Struct Reference

Public Attributes

ae_int_t rows
 
ae_int_t cols
 
ae_int_t stride
 
ae_datatype datatype
 
ae_bool is_attached
 
ae_dyn_block data
 
union { 
 
   void *   p_ptr 
 
   void **   pp_void 
 
   ae_bool **   pp_bool 
 
   ae_int_t **   pp_int 
 
   double **   pp_double 
 
   ae_complex **   pp_complex 
 
ptr 
 

Detailed Description

Definition at line 508 of file ap.h.

Member Data Documentation

◆ cols

ae_int_t alglib_impl::ae_matrix::cols

Definition at line 511 of file ap.h.

◆ data

ae_dyn_block alglib_impl::ae_matrix::data

Definition at line 522 of file ap.h.

◆ datatype

ae_datatype alglib_impl::ae_matrix::datatype

Definition at line 513 of file ap.h.

◆ is_attached

ae_bool alglib_impl::ae_matrix::is_attached

Definition at line 520 of file ap.h.

◆ p_ptr

void* alglib_impl::ae_matrix::p_ptr

Definition at line 525 of file ap.h.

◆ pp_bool

ae_bool** alglib_impl::ae_matrix::pp_bool

Definition at line 527 of file ap.h.

◆ pp_complex

ae_complex** alglib_impl::ae_matrix::pp_complex

Definition at line 530 of file ap.h.

◆ pp_double

double** alglib_impl::ae_matrix::pp_double

Definition at line 529 of file ap.h.

◆ pp_int

ae_int_t** alglib_impl::ae_matrix::pp_int

Definition at line 528 of file ap.h.

◆ pp_void

void** alglib_impl::ae_matrix::pp_void

Definition at line 526 of file ap.h.

◆ rows

ae_int_t alglib_impl::ae_matrix::rows

Definition at line 510 of file ap.h.

◆ stride

ae_int_t alglib_impl::ae_matrix::stride

Definition at line 512 of file ap.h.


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