Class MatrixFunctorBase represents the base class for all functors to be used with any distributed matrix skeletons.
More...
#include <functor_base.h>
|
int | nLocal |
|
int | mLocal |
|
int | firstRow |
|
int | firstCol |
|
std::vector< ArgumentType * > | args |
|
int | tile_width |
|
bool | local_indices |
|
Class MatrixFunctorBase represents the base class for all functors to be used with any distributed matrix skeletons.
void msl::detail::MatrixFunctorBase::init |
( |
int |
nl, |
|
|
int |
ml, |
|
|
int |
fr, |
|
|
int |
fc |
|
) |
| |
|
inline |
Initializes its attributes.
- Parameters
-
nl | Number of local rows. |
ml | Number of local columns. |
fr | Index of first row of the local partition. |
fc | Index of first column of the local partition. |
The documentation for this class was generated from the following file: