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