Sign in
eigen
/
mirror
/
7a43a4408bd3a04616bb91f9d039bdaf0ff976dd
/
.
/
doc
/
snippets
/
DenseBase_setLinSpaced.cpp
blob: a8ea734079442929bcd25bdfcb6b2edddd751f40 [
file
]
VectorXf
v
;
v
.
setLinSpaced
(
0.5f
,
1.5f
,
5
).
transpose
();
cout
<<
v
<<
endl
;