Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
45a6bb34c3e67c865b489518767eadf747d391d7
/
.
/
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
;