Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <block_smoothed_aggregation.h>
Public Types | |
typedef MatrixType::index_type | IndexType |
typedef MatrixType::value_type | ValueType |
typedef MatrixType::memory_space | MemorySpace |
Public Member Functions | |
sa_level () | |
template<typename SA_Level_Type > | |
sa_level (const SA_Level_Type &sa_level) | |
Public Attributes | |
MatrixType | A_ |
cusp::array1d< IndexType, MemorySpace > | aggregates |
cusp::array1d< ValueType, MemorySpace > | B |
ValueType | rho_DinvA |
Definition at line 83 of file block_smoothed_aggregation.h.
typedef MatrixType::index_type cusp::precond::aggregation::sa_level< MatrixType >::IndexType |
Definition at line 85 of file block_smoothed_aggregation.h.
typedef MatrixType::value_type cusp::precond::aggregation::sa_level< MatrixType >::ValueType |
Definition at line 86 of file block_smoothed_aggregation.h.
typedef MatrixType::memory_space cusp::precond::aggregation::sa_level< MatrixType >::MemorySpace |
Definition at line 87 of file block_smoothed_aggregation.h.
|
inline |
Definition at line 95 of file block_smoothed_aggregation.h.
|
inline |
Definition at line 98 of file block_smoothed_aggregation.h.
MatrixType cusp::precond::aggregation::sa_level< MatrixType >::A_ |
Definition at line 89 of file block_smoothed_aggregation.h.
cusp::array1d<IndexType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::aggregates |
Definition at line 90 of file block_smoothed_aggregation.h.
cusp::array1d<ValueType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::B |
Definition at line 91 of file block_smoothed_aggregation.h.
ValueType cusp::precond::aggregation::sa_level< MatrixType >::rho_DinvA |
Definition at line 93 of file block_smoothed_aggregation.h.