Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos_MatrixMarket_Banner.cpp File Reference
#include "Teuchos_MatrixMarket_Banner.hpp"
#include "Teuchos_MatrixMarket_split.hpp"
#include "Teuchos_TestForException.hpp"
#include <algorithm>
#include <iostream>
#include <sstream>
#include <stdexcept>
Include dependency graph for Teuchos_MatrixMarket_Banner.cpp:

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.