OGS
LinAlgEnums.h File Reference

Detailed Description

Author
Wenqing Wang

Definition in file LinAlgEnums.h.

#include <string>
Include dependency graph for LinAlgEnums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MathLib
 

Enumerations

enum class  MathLib::VecNormType { MathLib::NORM1 , MathLib::NORM2 , MathLib::INFINITY_N , MathLib::INVALID }
 Norm type. Not declared as class type in order to use the members as integers. More...
 

Functions

std::string MathLib::convertVecNormTypeToString (VecNormType normType)
 convert VecNormType to string More...
 
VecNormType MathLib::convertStringToVecNormType (const std::string &str)
 convert string to VecNormType More...