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

Function eval

extensions/include/cuMat/src/MatrixBase.h:71–74  ·  view source on GitHub ↗

* \brief Evaluates this into a matrix. * This evaluates any expression template. If this is already a matrix, it is returned unchanged. * \return the evaluated matrix */

Source from the content-addressed store, hash-verified

69 * \return the evaluated matrix
70 */
71 eval_t eval() const
72 {
73 return eval_t(derived());
74 }
75
76 /**
77 * \brief Conversion: Matrix of size 1-1-1 (scalar) in device memory to the host memory scalar.

Callers 14

evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalToMethod · 0.70
evalToMethod · 0.70
MatrixBase.hFile · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected