Ifpack2 Templated Preconditioning Package  Version 1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces | Functions
Ifpack2_Container.hpp File Reference

Ifpack2::Container class declaration. More...

#include "Ifpack2_ConfigDefs.hpp"
#include "Tpetra_RowMatrix.hpp"
#include "Teuchos_Describable.hpp"
#include <Ifpack2_Partitioner.hpp>
#include <Tpetra_Map.hpp>
#include <Tpetra_Experimental_BlockCrsMatrix_decl.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_Time.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...
 
class  Teuchos::TypeNameTraits< ::Ifpack2::Container< MatrixType > >
 Partial specialization of TypeNameTraits for Ifpack2::Container. More...
 

Namespaces

 Ifpack2
 Preconditioners and smoothers for Tpetra sparse matrices.
 
 Teuchos
 

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.