OGS
|
Definition in file LinAlgEnums.h.
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | MathLib |
Enumerations | |
enum class | MathLib::VecNormType { MathLib::NORM1 , MathLib::NORM2 , MathLib::INFINITY_N , MathLib::INVALID } |
Functions | |
std::string | MathLib::convertVecNormTypeToString (VecNormType normType) |
convert VecNormType to string | |
VecNormType | MathLib::convertStringToVecNormType (const std::string &str) |
convert string to VecNormType | |