Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
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[]) |
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.