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

Method rows

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

Source from the content-addressed store, hash-verified

629 const _Child& getMatrix() const { return matrix_; }
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};

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected