Sign in
eigen
/
mirror
/
d4ca0963bc93c02fb35c858fb1ec3297bf5a3aa7
/
.
/
doc
/
snippets
/
DenseBase_setLinSpaced.cpp
blob: 50871dfcca5db5dabb5b89c9e30f85ab41b136e9 [
file
] [
log
] [
blame
]
VectorXf
v
;
v
.
setLinSpaced
(
5
,
0.5f
,
1.5f
).
transpose
();
cout
<<
v
<<
endl
;