radix_stack_t< T > Struct Template Reference

List of all members.

Public Attributes

T * sa
size_t sn
uint16_t si


Detailed Description

template<class T>
struct radix_stack_t< T >

Stack structure

Definition at line 70 of file Mathematics.h.


Member Data Documentation

template<class T>
T* radix_stack_t< T >::sa

Pointer to pile

Definition at line 73 of file Mathematics.h.

template<class T>
uint16_t radix_stack_t< T >::si

Byte in current focus

Definition at line 77 of file Mathematics.h.

template<class T>
size_t radix_stack_t< T >::sn

Number of grams in pile

Definition at line 75 of file Mathematics.h.


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

SHOGUN Machine Learning Toolbox - Documentation