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

Function initMatrix_identity

bench/BenchUtil.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template<typename MatrixType> void initMatrix_identity(MatrixType& mat) __attribute__((noinline));
28template<typename MatrixType> void initMatrix_identity(MatrixType& mat)
29{
30 mat.setIdentity();
31}
32
33#ifndef __INTEL_COMPILER
34#define DISABLE_SSE_EXCEPTIONS() { \

Callers 1

benchBasicFunction · 0.85

Calls 1

setIdentityMethod · 0.45

Tested by

no test coverage detected