Sign in
third-party-mirror
/
eigen
/
04a6c55da3977f8f9e096f6306f4e0d68aeb284a
/
.
/
doc
/
snippets
/
Cwise_cube.cpp
blob: 69f4c3481688799f6e9047af90d438c831265632 [
file
]
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cube
()
<<
endl
;