Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
doc
/
snippets
/
Cwise_abs2.cpp
blob: 2c4f9b3440a4d32e5403bbb0329531766aebd2d2 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,-
2
,-
3
);
cout
<<
v
.
abs2
()
<<
endl
;