alglib_impl::ae_matrix Struct Reference

#include <ap.h>

Public Attributes

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

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.

◆ ptr

union { ... } alglib_impl::ae_matrix::ptr

◆ 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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich