MCPcopy Create free account
hub / github.com/PX4/eigen / initMatrix_random

Function initMatrix_random

bench/BenchUtil.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21template<typename MatrixType> void initMatrix_random(MatrixType& mat) __attribute__((noinline));
22template<typename MatrixType> void initMatrix_random(MatrixType& mat)
23{
24 mat.setRandom();// = MatrixType::random(mat.rows(), mat.cols());
25}
26
27template<typename MatrixType> void initMatrix_identity(MatrixType& mat) __attribute__((noinline));
28template<typename MatrixType> void initMatrix_identity(MatrixType& mat)

Callers 1

benchBasicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected