Internal representation of a Coefficient in a matrix. More...
#include <MP_expression.hpp>
Public Member Functions | |
| Coef (int c, int r, double v, int s=0) | |
Public Attributes | |
| int | col |
| int | row |
| int | stage |
| double | val |
Internal representation of a Coefficient in a matrix.
Definition at line 34 of file MP_expression.hpp.
| flopc::Coef::Coef | ( | int | c, | |
| int | r, | |||
| double | v, | |||
| int | s = 0 | |||
| ) | [inline] |
Definition at line 35 of file MP_expression.hpp.
| int flopc::Coef::col |
Definition at line 37 of file MP_expression.hpp.
| int flopc::Coef::row |
Definition at line 37 of file MP_expression.hpp.
Definition at line 37 of file MP_expression.hpp.
| double flopc::Coef::val |
Definition at line 38 of file MP_expression.hpp.
1.6.1