Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
cusp::precond::aggregation::sa_level< MatrixType > Struct Template Reference

#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
 

Detailed Description

template<typename MatrixType>
struct cusp::precond::aggregation::sa_level< MatrixType >

Definition at line 83 of file block_smoothed_aggregation.h.

Member Typedef Documentation

template<typename MatrixType>
typedef MatrixType::index_type cusp::precond::aggregation::sa_level< MatrixType >::IndexType

Definition at line 85 of file block_smoothed_aggregation.h.

template<typename MatrixType>
typedef MatrixType::value_type cusp::precond::aggregation::sa_level< MatrixType >::ValueType

Definition at line 86 of file block_smoothed_aggregation.h.

template<typename MatrixType>
typedef MatrixType::memory_space cusp::precond::aggregation::sa_level< MatrixType >::MemorySpace

Definition at line 87 of file block_smoothed_aggregation.h.

Constructor & Destructor Documentation

template<typename MatrixType>
cusp::precond::aggregation::sa_level< MatrixType >::sa_level ( )
inline

Definition at line 95 of file block_smoothed_aggregation.h.

template<typename MatrixType>
template<typename SA_Level_Type >
cusp::precond::aggregation::sa_level< MatrixType >::sa_level ( const SA_Level_Type &  sa_level)
inline

Definition at line 98 of file block_smoothed_aggregation.h.

Member Data Documentation

template<typename MatrixType>
MatrixType cusp::precond::aggregation::sa_level< MatrixType >::A_

Definition at line 89 of file block_smoothed_aggregation.h.

template<typename MatrixType>
cusp::array1d<IndexType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::aggregates

Definition at line 90 of file block_smoothed_aggregation.h.

template<typename MatrixType>
cusp::array1d<ValueType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::B

Definition at line 91 of file block_smoothed_aggregation.h.

template<typename MatrixType>
ValueType cusp::precond::aggregation::sa_level< MatrixType >::rho_DinvA

Definition at line 93 of file block_smoothed_aggregation.h.


The documentation for this struct was generated from the following file: