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

Method rows

extensions/include/cuMat/src/SolverBase.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return rhs_.rows(); }
108 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return rhs_.cols(); }
109 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return rhs_.batches(); }
110

Callers 1

SolveOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected