Sign in
eigen
/
mirror
/
ff174f79264d3f8dc0115dea7a288f98208b694f
/
.
/
doc
/
snippets
/
Cwise_boolean_not.cpp
blob: 404fd94743983832a534cef65f423ba102bd8226 [
file
]
Array3d
v
(
1
,
2
,
3
);
v
(
1
)
*=
0.0
/
0.0
;
v
(
2
)
/=
0.0
;
cout
<<
v
<<
endl
<<
endl
;
cout
<<
!
isfinite
(
v
)
<<
endl
;