Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
blockcg.h File Reference
#include <cusp/detail/config.h>
#include <cusp/krylov/blockcg.inl>
Include dependency graph for blockcg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cusp
 
namespace  cusp::krylov
 

Functions

template<class LinearOperator , class Vector >
void cusp::krylov::blockcg (LinearOperator &A, Vector &x, Vector &b)
 
template<class LinearOperator , class Vector , class Monitor >
void cusp::krylov::blockcg (LinearOperator &A, Vector &x, Vector &b, Monitor &monitor)
 
template<class LinearOperator , class Vector , class Monitor , class Preconditioner >
void cusp::krylov::blockcg (LinearOperator &A, Vector &x, Vector &b, Monitor &monitor, Preconditioner &M)