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

Method rows

extensions/include/cuMat/src/DenseLinAlgOps.h:588–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586 const _Child& getMatrix() const { return matrix_; }
587
588 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return 1; }
589 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return 1; }
590 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
591

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected