MCPcopy Create free account
hub / github.com/PSOPT/psopt / GetConstPr

Method GetConstPr

include/psopt.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 int cols() const { return m;}
111 adouble* GetPr() { return a;}
112 adouble* GetConstPr() const { return a;}
113 void Print(const char* text) const;
114 void resize(int nn, int mm);
115 void setZero();

Callers 3

product_adFunction · 0.80
subtract_adFunction · 0.80
sum_adFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected