#include <grid.h>
|
| | Grid (Field F, std::istream &in, std::vector< int > &mR, std::vector< int > &mC) |
| |
| void | read (Field F, std::istream &in, std::vector< int > &mR, std::vector< int > &mC) |
| |
| GridElement< Element > * | deleteElement (GridElement< Element > *Aij) |
| |
| void | deleteColumn (size_t j) |
| |
| void | deleteRow (size_t i) |
| |
| GridElement< Element > * | addElement (GridElement< Element > *lower, ijElement< Element > &Y) |
| |
| int | reduce (int &rank, int S, std::vector< int > &mR, std::vector< int > &mC, std::ostream &os) |
| |
| void | write (std::ostream &out) |
| |
| | ~Grid () |
| |
◆ Grid()
| Grid |
( |
Field | F, |
|
|
std::istream & | in, |
|
|
std::vector< int > & | mR, |
|
|
std::vector< int > & | mC ) |
|
inline |
◆ ~Grid()
◆ read()
| void read |
( |
Field | F, |
|
|
std::istream & | in, |
|
|
std::vector< int > & | mR, |
|
|
std::vector< int > & | mC ) |
|
inline |
◆ deleteElement()
◆ deleteColumn()
| void deleteColumn |
( |
size_t | j | ) |
|
|
inline |
◆ deleteRow()
| void deleteRow |
( |
size_t | i | ) |
|
|
inline |
◆ addElement()
◆ reduce()
| int reduce |
( |
int & | rank, |
|
|
int | S, |
|
|
std::vector< int > & | mR, |
|
|
std::vector< int > & | mC, |
|
|
std::ostream & | os ) |
|
inline |
◆ write()
| void write |
( |
std::ostream & | out | ) |
|
|
inline |
◆ _field
◆ _n
◆ _m
◆ rowOcc
◆ colOcc
◆ AT
The documentation for this class was generated from the following file: