SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
bmrm_ll Struct Reference

Detailed Description

Linked list for cutting planes buffer management

Definition at line 33 of file libbmrm.h.

Public Attributes

bmrm_llprev
bmrm_llnext
float64_taddress
uint32_t idx

Member Data Documentation

float64_t* address

Pointer to the real CP data

Definition at line 39 of file libbmrm.h.

uint32_t idx

Index of CP

Definition at line 41 of file libbmrm.h.

bmrm_ll* next

Pointer to next CP entry

Definition at line 37 of file libbmrm.h.

bmrm_ll* prev

Pointer to previous CP entry

Definition at line 35 of file libbmrm.h.


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

SHOGUN Machine Learning Toolbox - Documentation