mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Remove confusing transpose() in setLinSpaced() docs.
This commit is contained in:
parent
b4f6aec195
commit
ba653105a2
@ -1,3 +1,3 @@
|
||||
VectorXf v;
|
||||
v.setLinSpaced(5,0.5f,1.5f).transpose();
|
||||
v.setLinSpaced(5,0.5f,1.5f);
|
||||
cout << v << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user