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

Method cols

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

Source from the content-addressed store, hash-verified

57 void swap(DenseStorage& other) { std::swap(data_, other.data_); }
58 static __host__ __device__ CUMAT_STRONG_INLINE Index rows() { return _Rows; }
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(); }

Callers 6

colsFunction · 0.45
fromEigenFunction · 0.45
Matrix.hFile · 0.45
MatrixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected