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