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