repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
eigen
/
doc
/
snippets
/
Cwise_isNaN.cpp
blob
7b2a930829c23f30ecbee79de48bcd0b07e27bef
1
Array3d
v
(
1
,
2
,
3
);
2
v
(
1
) *=
0.0
/
0.0
;
3
v
(
2
) /=
0.0
;
4
cout
<<
v
<<
endl
<<
endl
;
5
cout
<<
isnan
(
v
) <<
endl
;