Cross Reference: Cwise_asin.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_asin.cpp
Home
History
Annotate
Annotate
Line#
Navigate
Download
only in
Cwise_asin.cpp
1
Array3d
v(0,
sqrt
(
2
.)/
2
,
1
);
2
cout
<< v.
asin
() <<
endl
;
3