Matthias Grob
|
c34e8dc98f
|
helper: consider matrices with the same NANs and INFINITYs equal
to simplify bulk checks when these values are expected
|
6 years ago |
Matthias Grob
|
bbaa93880b
|
helper: consider NAN equal to NAN such that vectors can be compared exactly
|
6 years ago |
Matthias Grob
|
5844b0e46e
|
Implement one float equality check and use it everywhere
|
6 years ago |
Julian Kent
|
22bf63cb71
|
A smaller codesize wrap, since it gets inlined in many places
|
6 years ago |
Tanja Baumann
|
26fd962cbe
|
fix bug in matrix wrap function (#83)
|
6 years ago |
Julian Kent
|
4a4309327a
|
better API comment
Co-Authored-By: Julian Oes <julian@oes.ch>
|
6 years ago |
Matthias Grob
|
315010bae1
|
helper_functions: generalize wrap function to any range
|
6 years ago |
Roman Bapst
|
b815fc97c4
|
replace quiet_NaN() with INFINITY (#70)
- solves undefined symbols for QURT
Signed-off-by: Roman <bapstroman@gmail.com>
|
7 years ago |
Daniel Agar
|
03a3e3ad46
|
helper_functions add wrap_2pi
|
7 years ago |
Daniel Agar
|
61af508755
|
helper_functions include required px4_defines header
|
7 years ago |
Pavel Kirienko
|
552dad40a1
|
Fixed inclusions in matrix/
|
8 years ago |
Daniel Agar
|
cfa68c2196
|
clang-tidy trivial cleanup
|
8 years ago |
Daniel Agar
|
e2211c5867
|
QuRT use __builtin_isfinite
|
8 years ago |
James Goppert
|
843be9418b
|
Rename isfinite to is_finite to avoid name conflicts.
|
8 years ago |
James Goppert
|
63aea23f9e
|
Add cholesky decomp, Closes #30, and dynamic print buf
|
8 years ago |
James Goppert
|
230e84702a
|
Fix unit test, create matrix isfinite.
|
8 years ago |
Lorenz Meier
|
48a3288753
|
Fix QuRT build
|
9 years ago |
Lorenz Meier
|
1d9d8e6f9b
|
Use a slight ifdef hack to let things default to C++11 for most platforms
|
9 years ago |
Lorenz Meier
|
187830164d
|
Fix cast
|
9 years ago |
James Goppert
|
67c8c8b331
|
Cast to float for isfinite.
|
9 years ago |
James Goppert
|
f1968f51d6
|
Fixed coverage issues.
|
9 years ago |
Roman
|
10b395a782
|
added more quaternion methods
|
9 years ago |