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

Function cols

extensions/include/cuMat/src/IterativeSolverBase.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 CUMAT_STRONG_INLINE Index rows() const { return matrix_.rows(); }
50 CUMAT_STRONG_INLINE Index cols() const { return matrix_.cols(); }
51 CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
52 const MatrixType& getMatrix() const { return matrix_; }
53

Callers

nothing calls this directly

Calls 1

colsMethod · 0.45

Tested by

no test coverage detected