OGS
FormattingUtils.cpp
Go to the documentation of this file.
1
11#include "FormattingUtils.h"
12
13namespace MathLib
14{
15Eigen::IOFormat const EigenIOFormat::full_precision{
16 Eigen::FullPrecision, 0, " ", "\n", "", "", "", "", ' '};
17} // namespace MathLib
static MATHLIB_EXPORT const Eigen::IOFormat full_precision