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

Function batches

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

Source from the content-addressed store, hash-verified

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
54 /** \returns the tolerance threshold used by the stopping criteria.

Callers

nothing calls this directly

Calls 1

batchesMethod · 0.45

Tested by

no test coverage detected