Definition at line 36 of file Vector.h.
◆ Vector() [1/4]
| Alien::Vector::Vector |
( |
| ) |
|
◆ Vector() [2/4]
◆ Vector() [3/4]
| Alien::Vector::Vector |
( |
Integer | nrows, |
|
|
Integer | nrows_local, |
|
|
IMessagePassingMng * | parallel_mng ) |
◆ Vector() [4/4]
| Alien::Vector::Vector |
( |
Vector && | vector | ) |
|
◆ ~Vector()
| Alien::Vector::~Vector |
( |
| ) |
|
|
inline |
◆ distribution()
◆ hasUserFeature()
| bool Alien::Vector::hasUserFeature |
( |
String | feature | ) |
const |
◆ impl() [1/2]
◆ impl() [2/2]
Get the multivector implementation.
- Returns
- The multivector implementation
Implements Alien::IVector.
Definition at line 129 of file Vector.cc.
References impl().
◆ name()
| std::string const & Alien::Vector::name |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
template<typename E>
| Vector & Alien::Vector::operator= |
( |
const E & | expr | ) |
|
◆ operator=() [2/2]
| Vector & Alien::Vector::operator= |
( |
Vector && | vector | ) |
|
◆ setName()
| void Alien::Vector::setName |
( |
std::string | name | ) |
|
|
inline |
◆ setUserFeature()
| void Alien::Vector::setUserFeature |
( |
String | feature | ) |
|
◆ space()
| const ISpace & Alien::Vector::space |
( |
| ) |
const |
|
virtual |
◆ visit()
◆ m_impl
◆ m_name
| std::string Alien::Vector::m_name = "UnamedVector" |
|
private |
The documentation for this class was generated from the following files: