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-18 02:51:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
LU
History
Gael Guennebaud
0e42db7cab
fix previous backport
2016-08-30 23:18:35 +02:00
..
arch
fix previous backport
2016-08-30 23:18:35 +02:00
CMakeLists.txt
add missing inclusion of LU/arch, thanks to J.B. Rouault
2009-12-19 13:49:00 +01:00
Determinant.h
Replace assert() by eigen_assert() (fixes bug
#548
).
2013-02-02 22:04:42 +00:00
FullPivLU.h
Make FullPivLU::solve use rank() instead of nonzeroPivots().
2015-11-21 15:03:04 +01:00
Inverse.h
Fix detection of same matrices for expressions not handled by extract_data
2016-04-13 18:40:02 +02:00
PartialPivLU_MKL.h
fix more warnings in MKL support
2012-04-18 18:36:25 +02:00
PartialPivLU.h
bug
#949
: add static assertion for incompatible scalar types in dense end-user decompositions.
2015-03-13 21:06:20 +01:00