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

Method cols

extensions/include/cuMat/src/TransposeOp.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.cols(); }
137 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.rows(); }
138 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
139
140 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const

Callers 4

rowsMethod · 0.45
TransposeOpClass · 0.45
evalToImplMethod · 0.45
evalToImplDirectMethod · 0.45

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected