This website requires JavaScript.
Explore
Help
Sign In
phynexis-deps
/
eigen
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4,340
Commits
9
Branches
0
Tags
ff12a6cd43481f7d69bccbc07d2504127515f979
Commit Graph
2 Commits
Include renames
Author
SHA1
Message
Date
Gael Guennebaud
a8f66fec65
add the possibility to configure the maximal matrix size in the unit tests
2011-07-12 14:41:00 +02:00
Gael Guennebaud
2577ef90c0
generalize our internal rank K update routine to support more general A*B product while evaluating only one triangular part and make it available via, e.g.:
...
R.triangularView<Lower>() += s * A * B;
2010-11-10 18:58:55 +01:00