#include <yarp/gsl/impl/gsl_structs.h>
Public Attributes | |
| size_t | size1 | 
| size_t | size2 | 
| size_t | tda | 
| double * | data | 
| gsl_block * | block | 
| int | owner | 
Definition at line 50 of file gsl_structs.h.
| gsl_block* gsl_matrix::block | 
Definition at line 56 of file gsl_structs.h.
| double* gsl_matrix::data | 
Definition at line 55 of file gsl_structs.h.
| int gsl_matrix::owner | 
Definition at line 57 of file gsl_structs.h.
| size_t gsl_matrix::size1 | 
Definition at line 52 of file gsl_structs.h.
| size_t gsl_matrix::size2 | 
Definition at line 53 of file gsl_structs.h.
| size_t gsl_matrix::tda | 
Definition at line 54 of file gsl_structs.h.