Main Page | Data Structures | File List | Data Fields | Globals

ntuple_list_s Struct Reference

#include <lsd.h>


Detailed Description

'list of n-tuple' data type

The i component, of the n-tuple number j, of an n-tuple list 'ntl' is accessed with:

ntl->values[ i + j * ntl->dim ]

The dimension of the n-tuple (n) is:

ntl->dim

The number of number of n-tuples in the list is:

ntl->size

The maximum number of n-tuples that can be stored in the list with the allocated memory at a given time is given by:

ntl->max_size

Definition at line 55 of file lsd.h.

Data Fields

unsigned int size
unsigned int max_size
unsigned int dim
double * values


Field Documentation

unsigned int ntuple_list_s::dim
 

Definition at line 59 of file lsd.h.

Referenced by add_5tuple(), enlarge_ntuple_list(), gaussian_kernel(), gaussian_sampler(), and new_ntuple_list().

unsigned int ntuple_list_s::max_size
 

Definition at line 58 of file lsd.h.

Referenced by add_5tuple(), enlarge_ntuple_list(), gaussian_kernel(), and new_ntuple_list().

unsigned int ntuple_list_s::size
 

Definition at line 57 of file lsd.h.

Referenced by add_5tuple(), gaussian_kernel(), and new_ntuple_list().

double* ntuple_list_s::values
 

Definition at line 60 of file lsd.h.

Referenced by add_5tuple(), enlarge_ntuple_list(), free_ntuple_list(), gaussian_kernel(), gaussian_sampler(), and new_ntuple_list().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 3 10:18:49 2010 for LSD by doxygen 1.3.4