|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_MatrixMarket_Banner.hpp"#include "Teuchos_MatrixMarket_split.hpp"#include "Teuchos_TestForException.hpp"#include <algorithm>#include <iostream>#include <sstream>#include <stdexcept>
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
| namespace | Teuchos::MatrixMarket |
Functions | |
| std::ostream & | Teuchos::MatrixMarket::operator<< (std::ostream &out, const Banner &banner) |
| std::vector< std::string > | Teuchos::MatrixMarket::split (const std::string &str, const std::string &delimiters, const size_t start=0) |
| Split the given string using the given set of delimiters. | |
| std::string | Teuchos::MatrixMarket::trim_and_lowercase (const std::string &in) |
| Trim whitespace from both sides, and make lowercase. | |