Sign in
eigen
/
mirror
/
3daf92c7a5e8288d47839e47a461b8d249d206f1
/
.
/
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
;