#include <yarp/gsl/impl/gsl_structs.h>
Public Attributes | |
| size_t | size |
| size_t | stride |
| double * | data |
| gsl_block * | block |
| int | owner |
Definition at line 26 of file gsl_structs.h.
| gsl_block* gsl_vector::block |
Definition at line 31 of file gsl_structs.h.
| double* gsl_vector::data |
Definition at line 30 of file gsl_structs.h.
| int gsl_vector::owner |
Definition at line 32 of file gsl_structs.h.
| size_t gsl_vector::size |
Definition at line 28 of file gsl_structs.h.
| size_t gsl_vector::stride |
Definition at line 29 of file gsl_structs.h.