This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f64311e07de95694187e5d6d5d2e3cd118302076
eigen
/
Eigen
History
Gael Guennebaud
f64311e07d
Extended the comma initializer to support xpr on the right side:
...
Matrix3i mat; Vector2i vec(33,66); mat << vec.transpose(), 99, vec, Matrix2i::random();
2008-03-08 19:46:06 +00:00
..
src
Extended the comma initializer to support xpr on the right side:
2008-03-08 19:46:06 +00:00
CMakeLists.txt
part 2 of the reorganization. Benefits/changes:
2007-12-28 16:20:00 +00:00
Core
* Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;
2008-03-08 19:02:24 +00:00