Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced.cpp
blob: 8e54b17fc4332f65dd132db2e759cc90c303b980 [
file
] [
log
] [
blame
]
cout
<<
VectorXi
::
LinSpaced
(
4
,
7
,
10
).
transpose
()
<<
endl
;
cout
<<
VectorXd
::
LinSpaced
(
5
,
0.0
,
1.0
).
transpose
()
<<
endl
;