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

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
 

Detailed Description

Internal representation of a Coefficient in a matrix.

Note
FOR INTERNAL USE: This is not normally used directly by the calling code.

Definition at line 34 of file MP_expression.hpp.

Constructor & Destructor Documentation

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

Definition at line 35 of file MP_expression.hpp.

Member Data Documentation

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.


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