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

◆ Coef()

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

◆ col

int flopc::MP::Coef::col

Definition at line 41 of file MP_expression.hpp.

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

◆ row

int flopc::MP::Coef::row

Definition at line 41 of file MP_expression.hpp.

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

◆ stage

int flopc::MP::Coef::stage

Definition at line 41 of file MP_expression.hpp.

◆ val

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: