Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
MatrixBase_zero_int.cpp
blob: 370a9ba0af375de7e5cfa3e7f2d243f1baf8c4fe [
file
] [
log
] [
blame
]
cout
<<
RowVectorXi
::
Zero
(
4
)
<<
endl
;
cout
<<
VectorXf
::
Zero
(
2
)
<<
endl
;