Definition at line 36 of file Matrix.h.
◆ Matrix() [1/5]
| Alien::Matrix::Matrix |
( |
| ) |
|
◆ Matrix() [2/5]
◆ Matrix() [3/5]
| Alien::Matrix::Matrix |
( |
Integer | nrows, |
|
|
Integer | ncols, |
|
|
Integer | nrows_local, |
|
|
IMessagePassingMng * | parallel_mng ) |
◆ Matrix() [4/5]
| Alien::Matrix::Matrix |
( |
Integer | nrows, |
|
|
Integer | ncols, |
|
|
IMessagePassingMng * | parallel_mng ) |
◆ Matrix() [5/5]
| Alien::Matrix::Matrix |
( |
Matrix && | m | ) |
|
◆ ~Matrix()
| Alien::Matrix::~Matrix |
( |
| ) |
|
◆ colSpace()
| const ISpace & Alien::Matrix::colSpace |
( |
| ) |
const |
|
virtual |
◆ distribution()
◆ hasUserFeature()
| bool Alien::Matrix::hasUserFeature |
( |
String | feature | ) |
const |
◆ impl() [1/2]
◆ impl() [2/2]
Get the multimatrix implementation.
- Returns
- The multimatrix implementation
Implements Alien::IMatrix.
Definition at line 145 of file Matrix.cc.
References impl().
◆ operator=() [1/2]
template<typename E>
| Matrix & Alien::Matrix::operator= |
( |
const E & | expr | ) |
|
◆ operator=() [2/2]
| Matrix & Alien::Matrix::operator= |
( |
Matrix && | m | ) |
|
◆ rowSpace()
| const ISpace & Alien::Matrix::rowSpace |
( |
| ) |
const |
|
virtual |
◆ setUserFeature()
| void Alien::Matrix::setUserFeature |
( |
String | feature | ) |
|
◆ visit()
◆ m_impl
The documentation for this class was generated from the following files: