YARP
Yet Another Robot Platform
gsl_matrix Struct Reference

#include <yarp/gsl/impl/gsl_structs.h>

Public Attributes

size_t size1
 
size_t size2
 
size_t tda
 
double * data
 
gsl_blockblock
 
int owner
 

Detailed Description

Definition at line 50 of file gsl_structs.h.

Member Data Documentation

◆ block

gsl_block* gsl_matrix::block

Definition at line 56 of file gsl_structs.h.

◆ data

double* gsl_matrix::data

Definition at line 55 of file gsl_structs.h.

◆ owner

int gsl_matrix::owner

Definition at line 57 of file gsl_structs.h.

◆ size1

size_t gsl_matrix::size1

Definition at line 52 of file gsl_structs.h.

◆ size2

size_t gsl_matrix::size2

Definition at line 53 of file gsl_structs.h.

◆ tda

size_t gsl_matrix::tda

Definition at line 54 of file gsl_structs.h.


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