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