Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Teuchos_MatrixMarket_generic.cpp File Reference
#include "Teuchos_MatrixMarket_generic.hpp"
#include "Teuchos_MatrixMarket_split.hpp"
#include <algorithm>
Include dependency graph for Teuchos_MatrixMarket_generic.cpp:

Go to the source code of this file.

Namespaces

 Teuchos
 
 Teuchos::MatrixMarket
 

Functions

int Teuchos::MatrixMarket::maxLineLength ()
 Maximum line length for a Matrix Market file. More...
 
bool Teuchos::MatrixMarket::checkCommentLine (const std::string &line, size_t &start, size_t &size, const size_t lineNumber, const bool tolerant, const bool maybeBannerLine=false)
 True if the line is a comment line, false otherwise. More...