1#ifndef UTIL_BRACKET_POLICY_H
2#define UTIL_BRACKET_POLICY_H
27 enum Type {Required, Forbidden, Optional};
File containing preprocessor macros for error handling.
Namespace to define of policies for brackets on arrays and matrices.
void set(BracketPolicy::Type policy)
Set policy regarding use of bracket delimiters on arrays.
BracketPolicy::Type get()
Get value of bracket policy.
Type
Typeeration of policies regarding use of delimiters on arrays.
Utility classes for scientific computation.