mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove confusing transpose() in setLinSpaced() docs.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
VectorXf v;
|
||||
v.setLinSpaced(5,0.5f,1.5f).transpose();
|
||||
v.setLinSpaced(5,0.5f,1.5f);
|
||||
cout << v << endl;
|
||||
|
||||
Reference in New Issue
Block a user