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
Trilinos_Details_LinearSolver.hpp File Reference

Declaration of linear solver interface. More...

#include "TeuchosRemainder_config.h"
#include "Teuchos_RCP.hpp"
Include dependency graph for Trilinos_Details_LinearSolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trilinos::Details::LinearSolver< MV, OP, NormType >
 Interface for a method for solving linear system(s) AX=B. More...
 

Namespaces

 Teuchos
 
 Trilinos
 Namespace of things generally useful to many Trilinos packages.
 
 Details
 Namespace of implementation details.
 
 Trilinos::Details
 

Detailed Description

Declaration of linear solver interface.

Warning
This header file is NOT currently part of the public interface of Trilinos. It or its contents may change or disappear at any time.
Note
To developers: The LinearSolver interface must live in the bottom-most (most upstream) package from all solvers that depend on it.

Definition in file Trilinos_Details_LinearSolver.hpp.