FLOPC++
Public Member Functions | Public Attributes | List of all members
flopc::MP::Coef Struct Reference

Public Member Functions

 Coef (int c, int r, double v, int s=0)

Public Attributes

int col
int row
int stage
double val

Detailed Description

Definition at line 38 of file MP_expression.hpp.

Constructor & Destructor Documentation

flopc::MP::Coef::Coef ( int  c,
int  r,
double  v,
int  s = 0 
)
inline

Definition at line 39 of file MP_expression.hpp.

Member Data Documentation

int flopc::MP::Coef::col

Definition at line 41 of file MP_expression.hpp.

Referenced by flopc::MP::CoefLess::operator()().

int flopc::MP::Coef::row

Definition at line 41 of file MP_expression.hpp.

Referenced by flopc::MP::CoefLess::operator()().

int flopc::MP::Coef::stage

Definition at line 41 of file MP_expression.hpp.

double flopc::MP::Coef::val

Definition at line 42 of file MP_expression.hpp.


The documentation for this struct was generated from the following file: