aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
* Fix bug #852: define Traits type in general_matrix_matrix_product when EIGEN_...Gravatar Kevin Locke2014-08-08
* Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...Gravatar Gael Guennebaud2014-09-10
* mat/=scalar was transformed into mat*=(1/scalar) thus laking accuracy. This w...Gravatar Gael Guennebaud2014-09-10
* Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.Gravatar Gael Guennebaud2014-09-10
* ArrayWrapper and MatrixWrapper classes should not be nested by reference.Gravatar Gael Guennebaud2014-09-10
* fix for MKL_BLAS not defined in MKL 11.2Gravatar Yan Zhou2014-09-08
* Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
* Runtime alignement is not possible if AlignedOnScalar is not true (e.g., for ...Gravatar Gael Guennebaud2014-09-08
* bug #619: workaround MSVC 2008 implementing std::abs for int only on WINCEGravatar Gael Guennebaud2014-09-07
* Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
* Replace asm by __asm__ (bug #873)Gravatar Jitse Niesen2014-09-06
* Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
* Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02
* Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...Gravatar Gael Guennebaud2014-09-02
* Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
* Add examples for hnormalized and homogenous (fix bug #846)Gravatar Gael Guennebaud2014-09-02
* Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
* Fix regression is sparse-sparse productGravatar Gael Guennebaud2014-09-01
* bug #871: fix compilation on ARM/Neon regarding __has_builtin usageGravatar Gael Guennebaud2014-09-01
* Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
* Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29
* In sparse matrix product, enable sorted insertion when doing two transpositio...Gravatar Gael Guennebaud2014-08-29
* In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
* bug #857: workaround MSVC compilation issue.Gravatar Gael Guennebaud2014-08-26
* bug #861: enable posix_memalign with PGIGravatar Gael Guennebaud2014-08-26
* Do not apply the preconditioner before starting the iterations as this might ...Gravatar Gael Guennebaud2014-08-21
* bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
* EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
* Fix uninitialized variable warning in SparseQRGravatar Vladimir Chalupecky2014-08-20
* Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
* Fix more typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
* Fix typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
* Fix typo in PermutationMatrix (doc).Gravatar Benjamin Chrétien2014-08-01
* add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
* Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
* Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
* Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
* Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
* Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
* bug #826: document caveats in 1x1 and 2x1 constructors.Gravatar Gael Guennebaud2014-07-21
* Make the ordering method of SimplicialL[D]LT user configurable.Gravatar Gael Guennebaud2014-07-20
* bug #826: fix 64 to 32 bits conversion warning when calling Matrix<int,1,1>(l...Gravatar Gael Guennebaud2014-07-20
* bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
* bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* bug #838: add unit test for fill-in in sparse outer product and fix abusive f...Gravatar Gael Guennebaud2014-07-16
* bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
* Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15