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

Method cols

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

Source from the content-addressed store, hash-verified

108 adouble& operator()(int i);
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;

Callers 15

product_adFunction · 0.45
sort_vectorFunction · 0.45
sortFunction · 0.45
rearrange_vectorFunction · 0.45
SaveFunction · 0.45
PrintFunction · 0.45
stack_columnsFunction · 0.45
lengthFunction · 0.45
MaxFunction · 0.45
sum_columnsFunction · 0.45
isEmptyFunction · 0.45
operator*Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected