Sign in
eigen
/
mirror
/
3122477c8660f4e66e9cf4bf24e4fdfd6d56378c
/
.
/
doc
/
snippets
/
Cwise_cube.cpp
blob: 85e41dccefd7b378036d9d5f8a1116ee4875e835 [
file
]
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cube
()
<<
endl
;