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

Function cols

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

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

Source from the content-addressed store, hash-verified

41 * \returns the number of columns.
42 */
43 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return derived().cols(); }
44 /**
45 * \brief Returns the number of batches of this matrix.
46 * \returns the number of batches.

Callers 1

sizeFunction · 0.70

Calls 1

colsMethod · 0.45

Tested by

no test coverage detected