Sign in
◑
Theme
eigen
/
mirror
/
738bdb3c29fc967d9f4315ed77463ecb83ff2a70
/
.
/
doc
/
snippets
/
Cwise_quotient.cpp
blob: 04f559c96cb10d19c1638a54380401d547f0a692 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
/
w
<<
endl
;