Sign in
third-party-mirror
/
eigen
/
04a6c55da3977f8f9e096f6306f4e0d68aeb284a
/
.
/
doc
/
snippets
/
Cwise_exp.cpp
blob: 9d65259d4b96ecb5b95d78dcf8c6050675f84401 [
file
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
.
exp
()
<<
endl
;