Sign in
eigen
/
mirror
/
9d4b16c1d1a93da478a2a7fa491f741ac87bc5e0
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced.cpp
blob: c8c3e972c67ff6e1344dafc41af6b7b8ceaf9d7d [
file
]
cout
<<
VectorXi
::
LinSpaced
(
7
,
10
,
4
).
transpose
()
<<
endl
;
cout
<<
VectorXd
::
LinSpaced
(
0.0
,
1.0
,
5
).
transpose
()
<<
endl
;