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
/
QR
History
Gael Guennebaud
f81dfcf00b
fix two perf issues in product.
...
fix positive definite test in Cholesky. remove #include <cstring> in CoreDeclaration.
2008-08-03 20:23:06 +00:00
..
CMakeLists.txt
Added Triangular expression to extract upper or lower (strictly or not)
2008-04-26 18:26:05 +00:00
EigenSolver.h
Add .perpendicular() function in Geometry module (adapted from Eigen1)
2008-07-22 10:54:42 +00:00
HessenbergDecomposition.h
fix two perf issues in product.
2008-08-03 20:23:06 +00:00
QR.h
Several compilation fixes for MSVC and NVCC, basically:
2008-07-29 16:33:07 +00:00
QrInstantiations.cpp
* Added a generalized eigen solver for the selfadjoint case.
2008-06-14 19:42:12 +00:00
SelfAdjointEigenSolver.h
Several compilation fixes for MSVC and NVCC, basically:
2008-07-29 16:33:07 +00:00
Tridiagonalization.h
Optimizations:
2008-08-01 23:44:59 +00:00