OpenGrok
Cross Reference: Cwise_cube.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_cube.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
Array3d
v(
2,3
,
4
);
2
cout
<< v.
cube
() <<
endl
;
3