MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / rows

Function rows

extensions/include/cuMat/src/MatrixBase.h:38–38  ·  view source on GitHub ↗

* \brief Returns the number of rows of this matrix. * \returns the number of rows. */

Source from the content-addressed store, hash-verified

36 * \returns the number of rows.
37 */
38 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return derived().rows(); }
39 /**
40 * \brief Returns the number of columns of this matrix.
41 * \returns the number of columns.

Callers 1

sizeFunction · 0.70

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected