Sign in
eigen
/
mirror
/
33d0937c6bdf5ec999939fb17f2a553183d14a74
/
.
/
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
;