Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
72890c2da170577883e6431bd92d612716a31b85
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced_seq.cpp
blob: f55c5085d7e2e503313d2b9c87e999bd6602727a [
file
] [
log
] [
blame
]
Brian Silverman
72890c2
2015-09-19 14:37:37 -0400
[
diff
] [
blame^
]
1
cout
<<
VectorXi
::
LinSpaced
(
Sequential
,
4
,
7
,
10
).
transpose
()
<<
endl
;
2
cout
<<
VectorXd
::
LinSpaced
(
Sequential
,
5
,
0.0
,
1.0
).
transpose
()
<<
endl
;