Medusa  1.1
Coordinate Free Mehless Method implementation
ioformat.hpp
Go to the documentation of this file.
1 #ifndef MEDUSA_BITS_IO_IOFORMAT_HPP_
2 #define MEDUSA_BITS_IO_IOFORMAT_HPP_
3 
9 #include <Eigen/Core>
10 
11 namespace mm {
12 
14 extern Eigen::IOFormat CleanFmt;
16 extern Eigen::IOFormat InlineFmt;
18 extern Eigen::IOFormat MatlabFmt;
20 extern Eigen::IOFormat MathematicaFmt;
22 extern Eigen::IOFormat CSVFmt;
23 
24 } // namespace mm
25 
26 #endif // MEDUSA_BITS_IO_IOFORMAT_HPP_
mm
Root namespace for the whole library.
Definition: Gaussian.hpp:14
mm::MathematicaFmt
Eigen::IOFormat MathematicaFmt
Full precision output understood by Wolfram Mathematica.
mm::InlineFmt
Eigen::IOFormat InlineFmt
Readable inline format.
mm::MatlabFmt
Eigen::IOFormat MatlabFmt
Full precision format understood by Matlab/Octave.
mm::CleanFmt
Eigen::IOFormat CleanFmt
Clean readable multiline aligned format.
mm::CSVFmt
Eigen::IOFormat CSVFmt
Valid CSV format.