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

Method rows

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

Source from the content-addressed store, hash-verified

59 {}
60
61 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return child_.rows(); }
62 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return child_.cols(); }
63 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); }
64

Callers 15

CwiseOp.hFile · 0.45
inverseFunction · 0.45
ConjugateGradientFunction · 0.45
_solve_implFunction · 0.45
_solve_with_guess_implFunction · 0.45
assignMethod · 0.45
rowsFunction · 0.45
IO.hFile · 0.45
assignFunction · 0.45
rowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected