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_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_Adder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::MatrixMarket::Raw::Element< Scalar, Ordinal >
 Stores one entry of a sparse matrix. More...
 
class  Teuchos::MatrixMarket::Raw::Adder< Scalar, Ordinal >
 To be used with Checker for "raw" sparse matrix input. More...
 

Namespaces

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

Functions

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