YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
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 37 of file gsl_structs.h.

Member Data Documentation

◆ block

gsl_block* gsl_matrix::block

Definition at line 43 of file gsl_structs.h.

◆ data

double* gsl_matrix::data

Definition at line 42 of file gsl_structs.h.

◆ owner

int gsl_matrix::owner

Definition at line 44 of file gsl_structs.h.

◆ size1

size_t gsl_matrix::size1

Definition at line 39 of file gsl_structs.h.

◆ size2

size_t gsl_matrix::size2

Definition at line 40 of file gsl_structs.h.

◆ tda

size_t gsl_matrix::tda

Definition at line 41 of file gsl_structs.h.


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