Sign in
eigen
/
mirror
/
90dfbc054ed49f7999e506ccd0d8436a61261395
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced_seq_deprecated.cpp
blob: 2c1cbe965fe977fae81a0261c0392cf707d84908 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
VectorXi
::
LinSpaced
(
Sequential
,
4
,
7
,
10
).
transpose
()
<<
endl
;
cout
<<
VectorXd
::
LinSpaced
(
Sequential
,
5
,
0.0
,
1.0
).
transpose
()
<<
endl
;