Go to the documentation of this file.
4 #ifndef ClpGubDynamicMatrix_H
5 #define ClpGubDynamicMatrix_H
8 #include "CoinPragma.hpp"
25 int & bestSequence,
int & numberWanted);
55 virtual void times(
double scalar,
56 const double * x,
double * y)
const;
84 int numberColumns,
const int * starts,
89 const unsigned char * status = NULL);
115 st_byte =
static_cast<unsigned char>(st_byte & ~7);
116 st_byte =
static_cast<unsigned char>(st_byte | status);
130 inline int *
row()
const {
146 inline int *
id()
const {