10 Eigen::IOFormat 
CleanFmt(4, 0, 
", ", 
",\n", 
"[", 
"]");
 
   11 Eigen::IOFormat 
InlineFmt(Eigen::StreamPrecision, Eigen::DontAlignCols,
 
   12                           ", ", 
"; ", 
"[", 
"]", 
"", 
"");
 
   13 Eigen::IOFormat 
MatlabFmt(Eigen::FullPrecision, Eigen::DontAlignCols,
 
   14                           ", ", 
"; ", 
"", 
"", 
"[", 
"];");
 
   15 Eigen::IOFormat 
MathematicaFmt(Eigen::FullPrecision, Eigen::DontAlignCols,
 
   16                                ", ", 
", ", 
"{", 
"}", 
"{", 
"};");
 
   17 Eigen::IOFormat 
CSVFmt(Eigen::FullPrecision, 0, 
", ");