Ifpack2 Templated Preconditioning Package  Version 1.0
Classes | Namespaces | Functions
Ifpack2_Container.hpp File Reference

Ifpack2::Container class declaration. More...

#include <Ifpack2_ConfigDefs.hpp>
#include <Tpetra_RowMatrix.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_Describable.hpp>
#include <iostream>
#include <type_traits>

Go to the source code of this file.

Classes

class  Ifpack2::Container< MatrixType >
 Interface for creating and solving a local linear problem. More...
 

Namespaces

 Ifpack2
 Preconditioners and smoothers for Tpetra sparse matrices.
 

Functions

template<class MatrixType >
std::ostream & Ifpack2::operator<< (std::ostream &os, const Ifpack2::Container< MatrixType > &obj)
 Print information about the given Container to the output stream os. More...
 

Detailed Description

Ifpack2::Container class declaration.