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