aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* fix status after initializationGravatar Gael Guennebaud2011-09-20
* accept both STL and Eigen's containers for reserve()Gravatar Gael Guennebaud2011-09-20
* Typo in geometry tutorial.Gravatar Jitse Niesen2011-09-19
* Bug fix for matrix1 * matrix2 * scalar1 * scalar2.Gravatar Jitse Niesen2011-09-19
* mainly enhance MatrixLogarithm's performance for RealScalar != doubleGravatar Chen-Pang He2011-09-17
* add support for macosxGravatar Gael Guennebaud2011-09-17
* add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
* add tan, acos, asinGravatar Gael Guennebaud2011-09-14
* Fix LDLT::solve() if matrix singular but solution exists (bug #241).Gravatar Jitse Niesen2011-09-11
* Write page on template and typename keywords in C++.Gravatar Jitse Niesen2011-09-10
* fix bench_gemmGravatar Gael Guennebaud2011-09-09
* reactivate the sorting in the experimental sparse-sparse productGravatar Gael Guennebaud2011-09-08
* add the possibility to reserve room for inner vector in SparseMatrixGravatar Gael Guennebaud2011-09-08
* Put docs for unsupported modules in right place.Gravatar Jitse Niesen2011-09-07
* Define log2() on FreeBSD (fixes bug #343).Gravatar Jitse Niesen2011-09-06
* add atan2 support in AutoDiff and remove superfluous std:: specializationsGravatar Gael Guennebaud2011-09-05
* Merged in trevorw/eigen (pull request PR-7)Gravatar Gael Guennebaud2011-09-05
|\
* | Update docs of PlainObjectBase::Map(); fixes bug #335.Gravatar Jitse Niesen2011-09-03
* | Add defensive assert to MatrixExponential,Gravatar Jitse Niesen2011-09-03
* | enhance efficacy via avoiding exception handlingGravatar Chen-Pang He2011-09-02
| * resolve pkgconfig destination - #338Gravatar Trevor Wennblom2011-08-30
|/
* Leverage triangular square root in matrix log.Gravatar Jitse Niesen2011-08-25
* Split code for (quasi)triangular matrices from MatrixSquareRoot.Gravatar Jitse Niesen2011-08-25
* fix: <ctime> is necessary for srand(time(NULL))Gravatar Chen-Pang He2011-08-24
* fix bug #330: Index to int conversion warningGravatar Gael Guennebaud2011-08-23
* oops EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION now perfroms full specialization,Gravatar Gael Guennebaud2011-08-22
* fix bug #262: Compilation error of stdvector_overload test with GCC 4.6Gravatar Gael Guennebaud2011-08-22
* Fix failures in redux test caused by underflow in .prod() test.Gravatar Jitse Niesen2011-08-21
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
* update to latest mpreal and fix a min/max issue in mprel.hGravatar Gael Guennebaud2011-08-19
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* add the possibility to specialize assign_impl and still call the default impl...Gravatar Gael Guennebaud2011-08-18
* fix linking issueGravatar Gael Guennebaud2011-08-12
* fix a numerical issue in the direct 3x3 eigenvector extractionGravatar Gael Guennebaud2011-08-08
* fix a bug where some rotations were not initializedGravatar Thomas Capricelli2011-08-04
* wa2 was computed twice because of a confustion between changesetsGravatar Thomas Capricelli2011-08-04
* Remove unnecessary template keywords (breaks compilation under MSVC).Gravatar Jitse Niesen2011-07-28
* Improved compilation errors for Transform initialization/assignment with diff...Gravatar Hauke Heibel2011-07-28
* compilation fix with conjugate_gradient_solve_retval_with_guessGravatar Gael Guennebaud2011-07-26
* add the possibility to configure the preconditionerGravatar Gael Guennebaud2011-07-26
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* fix sparse selfadjoint time dense such that the other triangular part is not ...Gravatar Gael Guennebaud2011-07-26
* fix eigen2 support min/max garbageGravatar Gael Guennebaud2011-07-22
* simplify a bit the 2x2 direct eigenvalue solverGravatar Gael Guennebaud2011-07-22
* integrate Hauke's 2x2 direct symmetric eigenvalues solverGravatar Gael Guennebaud2011-07-22
* add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...Gravatar Gael Guennebaud2011-07-21