Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
828d058b4b340a467da7f7bea6bb29522a6565f9
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced.cpp
blob: 540709adce02a795ec127827b8510fb95d0eaf91 [
file
] [
log
] [
blame
]
Hauke Heibel
4365a48
2010-01-26 19:42:17 +0100
[
diff
] [
blame
]
1
cout
<<
VectorXi
::
LinSpaced
(
7
,
10
,
4
)
<<
endl
;
2
cout
<<
VectorXd
::
LinSpaced
(
0.0
,
1.0
,
5
)
<<
endl
;