Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

◆ cusp_sa_block_cg()

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 58 of file TestAMG.cpp.

◆ main()

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

Definition at line 80 of file TestAMG.cpp.