44 #ifndef LINALGPACK_IO_BASIC_H
45 #define LINALGPACK_IO_BASIC_H
50 #include "DenseLinAlgPack_Types.hpp"
52 namespace DenseLinAlgPack {
53 namespace LinAlgPackIO {
57 {
public:
InputException(
const std::string& what_arg) : std::logic_error(what_arg) {}};
60 typedef std::ios_base::fmtflags fmtflags;
63 enum { ignore_dim_bit = 0x0001, no_insert_newlines_bit = 0x0002 };
70 #endif // LINALGPACK_IO_BASIC_H