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

Method rows

extensions/include/cuMat/src/LUDecomposition.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 CUMAT_STRONG_INLINE Index rows() const { return decompositedMatrix_.rows(); }
127 CUMAT_STRONG_INLINE Index cols() const { return decompositedMatrix_.cols(); }
128 CUMAT_STRONG_INLINE Index batches() const { return decompositedMatrix_.batches(); }
129

Callers 3

LUDecompositionMethod · 0.45
computeMethod · 0.45
_solve_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected