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