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

Function Matrix

extensions/include/cuMat/src/Matrix.h:503–504  ·  view source on GitHub ↗

* \brief Default constructor. * For completely fixed-size matrices, this creates a matrix of that size. * For (fully or partially) dynamic matrices, creates a matrix of size 0. */

Source from the content-addressed store, hash-verified

501 * For (fully or partially) dynamic matrices, creates a matrix of size 0.
502 */
503 __host__
504 Matrix() {}
505
506#ifdef CUMAT_PARSED_BY_DOXYGEN
507 /**

Callers

nothing calls this directly

Calls 4

assignFunction · 0.70
rowsMethod · 0.45
colsMethod · 0.45
batchesMethod · 0.45

Tested by

no test coverage detected