This website requires JavaScript.
Explore
Help
Sign In
manolas
/
threed-beam-fea
Watch
1
Star
0
Fork
You've already forked threed-beam-fea
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b5bc25df50
threed-beam-fea
/
ext
/
eigen-3.3.4
/
doc
/
snippets
/
Cwise_isInf.cpp
6 lines
101 B
C++
Raw
Blame
History
Array3d
v
(
1
,
2
,
3
)
;
v
(
1
)
*
=
0.0
/
0.0
;
v
(
2
)
/
=
0.0
;
cout
<
<
v
<
<
endl
<
<
endl
;
cout
<
<
isinf
(
v
)
<
<
endl
;
Reference in New Issue
View Git Blame
Copy Permalink