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-14 00:51:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
LU
History
Thomas Capricelli
0a5c2d8a54
fix misc warnings, more importantly when NDEBUG is defined, assert() is a
...
nop.
2010-03-27 18:58:29 +01:00
..
arch
fix compilation on 32bits systems
2010-02-01 11:45:08 +01:00
CMakeLists.txt
add missing inclusion of LU/arch, thanks to J.B. Rouault
2009-12-19 13:49:00 +01:00
Determinant.h
Added a missing inline hints.
2010-03-03 15:24:58 +01:00
FullPivLU.h
Propagate all five matrix template parameters to members and temporaries of decomposition classes. One particular advantage of this is that decomposing matrices with max sizes known at compile time will not allocate.
2010-03-08 19:31:27 +01:00
Inverse.h
Added a missing inline hints.
2010-03-03 15:24:58 +01:00
PartialPivLU.h
fix misc warnings, more importantly when NDEBUG is defined, assert() is a
2010-03-27 18:58:29 +01:00