Sign in
eigen
/
mirror
/
7882408856e839ad65eff8728e3710a6f2fc779a
/
.
/
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
;