oomph::BinaryTreeNames Namespace Reference

Namespace for BinaryTree directions. More...

Enumerations

enum  { L , R , OMEGA = 26 }
 

Detailed Description

Namespace for BinaryTree directions.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Directions (L/R). OMEGA is used if a direction is undefined in a certain context

Enumerator
OMEGA 
49  {
50  L,
51  R,
52  OMEGA = 26
53  };
MatrixXd L
Definition: LLT_example.cpp:6
@ R
Definition: StatisticsVector.h:21
@ OMEGA
Definition: binary_tree.h:52