Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_MatrixMarket_Raw_Graph_Adder.hpp File Reference
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_ArrayRCP.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_MatrixMarket_Banner.hpp"
#include "Teuchos_MatrixMarket_CoordDataReader.hpp"
#include <algorithm>
#include <fstream>
#include <iostream>
#include <iterator>
#include <vector>
#include <stdexcept>
Include dependency graph for Teuchos_MatrixMarket_Raw_Graph_Adder.hpp:

Go to the source code of this file.

Classes

class  Teuchos::MatrixMarket::Raw::GraphElement< Ordinal >
 Stores one entry of a sparse graph. More...
 
class  Teuchos::MatrixMarket::Raw::GraphAdder< Ordinal >
 To be used with Checker for "raw" sparse matrix input. More...
 

Namespaces

 Teuchos
 
 Teuchos::MatrixMarket
 
 Teuchos::MatrixMarket::Raw
 

Functions

template<class Ordinal >
std::ostream & Teuchos::MatrixMarket::Raw::operator<< (std::ostream &out, const GraphElement< Ordinal > &elt)
 Print out a GraphElement to the given output stream. More...