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

Method GetPr

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

Source from the content-addressed store, hash-verified

109 int rows() const { return n;}
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);

Callers 7

elemProductFunction · 0.45
speyeFunction · 0.45
inverse_adFunction · 0.45
subtract_adFunction · 0.45
sum_adFunction · 0.45
spline_2d_interpolationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected