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

Method rows

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

Source from the content-addressed store, hash-verified

107 adouble& operator()(int i, int j);
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;}

Callers 15

inverse_twotailed_t_cdfFunction · 0.45
product_adFunction · 0.45
clip_vector_given_boundsFunction · 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
MinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected