| 
    FLOPC++
    
   | 
 
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.
      
  | 
  inline | 
Definition at line 35 of file MP_expression.hpp.
| int flopc::Coef::col | 
Definition at line 37 of file MP_expression.hpp.
Referenced by flopc::CoefLess::operator()().
| int flopc::Coef::row | 
Definition at line 37 of file MP_expression.hpp.
Referenced by flopc::CoefLess::operator()().
| int flopc::Coef::stage | 
Definition at line 37 of file MP_expression.hpp.
| double flopc::Coef::val | 
Definition at line 38 of file MP_expression.hpp.
 1.8.5