Sign in
eigen
/
mirror
/
8a3f552e39d3fee3ada1cfc1eb75b179c77f2a78
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced_seq.cpp
blob: 73873c4e9c7a397093fa1e38be2071a6d4ca35db [
file
]
cout
<<
VectorXi
::
LinSpaced
(
Sequential
,
7
,
10
,
4
).
transpose
()
<<
endl
;
cout
<<
VectorXd
::
LinSpaced
(
Sequential
,
0.0
,
1.0
,
5
).
transpose
()
<<
endl
;