|
Jet
v1.3.3
|
Multigrid vector wrapper. More...
#include <jet/mg.h>
Public Member Functions | |
| const BlasType::VectorType & | operator[] (size_t i) const |
| BlasType::VectorType & | operator[] (size_t i) |
| const BlasType::VectorType & | finest () const |
| BlasType::VectorType & | finest () |
Public Attributes | |
| std::vector< typename BlasType::VectorType > | levels |
Multigrid vector wrapper.
| BlasType::VectorType& jet::MgVector< BlasType >::finest | ( | ) |
| const BlasType::VectorType& jet::MgVector< BlasType >::finest | ( | ) | const |
| BlasType::VectorType& jet::MgVector< BlasType >::operator[] | ( | size_t | i | ) |
| const BlasType::VectorType& jet::MgVector< BlasType >::operator[] | ( | size_t | i | ) | const |
| std::vector<typename BlasType::VectorType> jet::MgVector< BlasType >::levels |
1.8.18