Searched defs:_matPrefix (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DIO.h56 const std::string& _matPrefix="", const std::string& _matSuffix="")
57 : matPrefix(_matPrefix), matSuffix(_matSuffix), rowPrefix(_rowPrefix), rowSuffix(_rowSuffix), rowSeparator(_rowSeparator),
53 IOFormat(int _precision = StreamPrecision, int _flags = 0, const std::string& _coeffSeparator = �, const std::string& _rowSeparator = �, const std::string& _rowPrefix=�, const std::string& _rowSuffix=�, const std::string& _matPrefix=�, const std::string& _matSuffix=�) argument

Completed in 84 milliseconds