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