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

Method cols

extensions/include/cuMat/src/UnaryOps.h:390–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return size_; }
390 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return size_; }
391 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); }
392
393 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected