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

Method rows

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

Interface functions Gets the number of rows from the calling object \return integer value with the number of rows. */

Source from the content-addressed store, hash-verified

1278 \return integer value with the number of rows.
1279 */
1280 int rows() const { return n; }
1281 //! Gets the number of columns from the calling object
1282 /**
1283 \return integer value with the number of columns.

Callers 1

colMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected