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

Function check

test/fastmath.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "main.h"
11
12void check(bool b, bool ref)
13{
14 std::cout << b;
15 if(b==ref)
16 std::cout << " OK ";
17 else
18 std::cout << " BAD ";
19}
20
21#if EIGEN_COMP_MSVC && EIGEN_COMP_MSVC < 1800
22namespace std {

Callers 2

check_inf_nanFunction · 0.85
is_base_ofClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected