Sign in
third-party-mirror
/
eigen
/
eae6db0ca08e15a56faa194349561649dde541dd
/
.
/
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
;