Sign in
third-party-mirror
/
eigen
/
7e3d01b7599f6fc0fee8c5d7e7fefb1127138584
/
.
/
doc
/
snippets
/
Cwise_cube.cpp
blob: 85e41dccefd7b378036d9d5f8a1116ee4875e835 [
file
] [
log
] [
blame
]
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cube
()
<<
endl
;