| Overview | Group | Index | Concepts | 
The routine CPXgetcoef accesses a single
 constraint matrix coefficient of a CPLEX problem object. The row and column
 indices must be specified.
Example
status = CPXgetcoef (env, lp, 10, 20, &coef);
| env | A pointer to the CPLEX environment as returned by   | 
| lp | A pointer to a CPLEX problem object as returned by   | 
| i | An integer indicating the numeric index of the row.  | 
| j | An integer indicating the numeric index of the column.  | 
| coef_p | A pointer to a double to contain the specified matrix coefficient.  |