mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
22d65d47d0
to guarantee the precision of the output, which is very valuable. Here, we guarantee that the diagonal matrix returned by the SVD is actually diagonal, to machine precision. Performance isn't bad at all at 50% of the current householder SVD performance for a 200x200 matrix (no vectorization) and we have lots of room for improvement. |
||
---|---|---|
.. | ||
src | ||
Array | ||
Cholesky | ||
CMakeLists.txt | ||
Core | ||
Dense | ||
Eigen | ||
Geometry | ||
Householder | ||
Jacobi | ||
LeastSquares | ||
LU | ||
QR | ||
QtAlignedMalloc | ||
Sparse | ||
StdVector | ||
SVD |