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-10-17 10:31:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
LU
History
Benoit Jacob
a9eabed421
Patch by 'Wolf' from the issue tracker:
...
Fix bug
#90
, missing type cast in LU, allow to use LU with MPFR.
2010-02-02 07:06:15 -05:00
..
CMakeLists.txt
* Start of the LU module, with matrix inversion already there and
2008-04-14 08:20:24 +00:00
Determinant.h
Update e-mail address
2008-11-24 13:40:43 +00:00
Inverse.h
In LU / Inverse, decouple the output type from the input type.
2010-01-26 18:45:23 -05:00
LU.h
Patch by 'Wolf' from the issue tracker:
2010-02-02 07:06:15 -05:00