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