Sign in
eigen
/
mirror
/
f5ead2d34c19653b92ff6a5660f83c04f09a973a
/
.
/
doc
/
snippets
/
Cwise_exp.cpp
blob: 9d65259d4b96ecb5b95d78dcf8c6050675f84401 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
.
exp
()
<<
endl
;