Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
TestAMG.cpp File Reference
#include <iostream>
#include <cusp/precond/block_smoothed_aggregation.h>
#include <cusp/gallery/poisson.h>
#include <cusp/csr_matrix.h>
#include <cusp/krylov/blockcg.h>
#include <cusp/block_monitor.h>
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Include dependency graph for TestAMG.cpp:

Go to the source code of this file.

Functions

template<typename Orientation , typename IndexType , typename ValueType , typename MemorySpace >
void cusp_sa_block_cg (const cusp::csr_matrix< IndexType, ValueType, MemorySpace > &A, IndexType nrhs, IndexType max_its, ValueType tol)
 
int main (int argc, char *argv[])
 

Function Documentation

template<typename Orientation , typename IndexType , typename ValueType , typename MemorySpace >
void cusp_sa_block_cg ( const cusp::csr_matrix< IndexType, ValueType, MemorySpace > &  A,
IndexType  nrhs,
IndexType  max_its,
ValueType  tol 
)

Definition at line 26 of file TestAMG.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 48 of file TestAMG.cpp.