This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-04-29 07:14:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
doc
History
Benoit Jacob
6da4d9d256
fix compilation (forgot to update that file after last big change)
2008-03-12 17:25:14 +00:00
..
examples
fix compilation (forgot to update that file after last big change)
2008-03-12 17:25:14 +00:00
snippets
Extended the comma initializer to support xpr on the right side:
2008-03-08 19:46:06 +00:00
CMakeLists.txt
everything works, make now runs doxygen once and only once, after all
2007-12-21 11:29:04 +00:00
Doxyfile.in
* Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;
2008-03-08 19:02:24 +00:00
echelon.cpp
alpha 3.1. in this commit:
2008-01-15 13:55:47 +00:00
example.cpp
part 2 of the reorganization. Benefits/changes:
2007-12-28 16:20:00 +00:00
Mainpage.dox
big change: MatrixBase only takes one template parameter "Derived", the
2008-03-10 17:23:11 +00:00
tutorial.cpp
Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block
2008-02-29 13:56:40 +00:00