index
:
Tango
software
Twine softwares
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Software
/
Visual_Studio
/
TCC
/
Tango.TCC.LoadTestLib
/
EigenDir
/
doc
/
snippets
/
DenseBase_setLinSpaced.cpp
blob: 46054f234ffb7a07a3c40e5d2a08ebd178ccd8ea (
plain
)
1
2
3
VectorXf
v
;
v
.
setLinSpaced
(
5
,
0.5f
,
1.5f
);
cout
<<
v
<<
endl
;