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