Sign in
eigen
/
mirror
/
ed9a0e59bab8d97f62dd479238d8a7b785fedabe
/
.
/
doc
/
snippets
/
Cwise_cube.cpp
blob: 69f4c3481688799f6e9047af90d438c831265632 [
file
] [
log
] [
blame
]
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cube
()
<<
endl
;