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

Method cols

extensions/include/cuMat/src/DenseLinAlgOps.h:632–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630
631 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.rows(); }
632 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.cols(); }
633 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
634};
635

Callers 4

DeterminantOpMethod · 0.45
InverseOpMethod · 0.45
evalImplMethod · 0.45
evalImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected