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

Method cols

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

Source from the content-addressed store, hash-verified

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
65 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const

Callers 15

CwiseOp.hFile · 0.45
inverseFunction · 0.45
ConjugateGradientFunction · 0.45
_solve_with_guess_implFunction · 0.45
assignMethod · 0.45
colsFunction · 0.45
IO.hFile · 0.45
assignFunction · 0.45
colsMethod · 0.45
AsDiagonalOpMethod · 0.45
ExtractDiagonalOpMethod · 0.45
colsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected