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

Method data

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

Source from the content-addressed store, hash-verified

59 static __host__ __device__ CUMAT_STRONG_INLINE Index cols() { return _Columns; }
60 static __host__ __device__ CUMAT_STRONG_INLINE Index batches() { return _Batches; }
61 __host__ __device__ CUMAT_STRONG_INLINE const _Scalar *data() const { return data_.pointer(); }
62 __host__ __device__ CUMAT_STRONG_INLINE _Scalar *data() { return data_.pointer(); }
63 CUMAT_STRONG_INLINE const DevicePointer<_Scalar>& dataPointer() const { return data_; }
64 CUMAT_STRONG_INLINE DevicePointer<_Scalar>& dataPointer() { return data_; }

Callers 15

iterOutMethod · 0.45
iterOutMethod · 0.45
iterOutMethod · 0.45
evalMethod · 0.45
evalToImplDirectMethod · 0.45
evalImplMethod · 0.45
CwiseCSREvaluationKernelFunction · 0.45
CwiseCSCEvaluationKernelFunction · 0.45
computeMethod · 0.45
_solve_implMethod · 0.45
Matrix.hFile · 0.45
coeffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected