aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* fix a weird bug where a space was missing before a linkGravatar Thomas Capricelli2013-03-19
* fixes #568Gravatar Thomas Capricelli2013-03-19
* Make cpuid not use %%esi -> dangerous if someone is using it.Gravatar Gael Guennebaud2013-03-19
* Fix bug #566: rbx register has to be saved when calling cpuid on x84_64 with ...Gravatar Michael Schmidt2013-03-19
* Forward compiler flags to Fortran workaroundGravatar Claas H. Köhler2013-03-17
* Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds a...Gravatar Christoph Hertzberg2013-03-17
* Include SparseLU and SparseQRGravatar Desire NUENTSA2013-03-13
* Update matlab-eigen quick ascii reffGravatar Gael Guennebaud2013-03-11
* bug #563 : Sparse block assignments should be called on compressed matrices. ...Gravatar Desire NUENTSA2013-03-11
* Relax tolerances in matrix_power tests to avoid intermittent failures.Gravatar Jitse Niesen2013-03-09
* Handle special case in atanh2(x,y) when y = 0.Gravatar Jitse Niesen2013-03-09
* Fix bug #561: remove useless sign macroGravatar Gael Guennebaud2013-03-07
* Added tag 3.2-beta1 for changeset 22385920621ed00e32e557f831ae18bbd59bb8e3Gravatar Gael Guennebaud2013-03-07
* bump to 3.2-beta1 (3.1.91)Gravatar Gael Guennebaud2013-03-07
* Fix bug in SparseLU kernel for 32bits indicesGravatar Desire NUENTSA2013-03-06
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* Fix mismatched free/deleteGravatar Desire NUENTSA2013-03-05
* Update doc for the sparse moduleGravatar Desire NUENTSA2013-03-05
* Fix overlaping operands when calling memcpyGravatar Gael Guennebaud2013-03-04
* Do not globally disable stupid warnings in our unit test since such warnings ...Gravatar Gael Guennebaud2013-03-01
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* Fix "missing return statement at end of non-void function"Gravatar Gael Guennebaud2013-03-01
* Update to latest mpreal.Gravatar Gael Guennebaud2013-03-01
* Remove assumption on RowMajorBit==RowMajor and ColMajor==0Gravatar Gael Guennebaud2013-03-01
* Add missing template keyword in evaluatorsGravatar Gael Guennebaud2013-03-01
* Add missing template keywordGravatar Gael Guennebaud2013-03-01
* Fix "explicit instantiation of 'Eigen::Spline' must occur in namespace 'Eigen...Gravatar Gael Guennebaud2013-02-28
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* Fix "type qualifiers are meaningless here" warningsGravatar Gael Guennebaud2013-02-28
* Fix "storage class is not first" warningsGravatar Gael Guennebaud2013-02-28
* Prevent calling .norm() on integer matrices in the unit tests.Gravatar Hauke Heibel2013-02-28
* MSVC fix; the compiler failed to detect the correct overload.Gravatar Hauke Heibel2013-02-28
* Fixed compiler warning.Gravatar Hauke Heibel2013-02-28
* MSVC fix; the base class typedef shadowed the local template parameter.Gravatar Hauke Heibel2013-02-28
* The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_...Gravatar Gael Guennebaud2013-02-27
* Fixed MSVC dashboard (Experimental/Continuous) build scripts.Gravatar Hauke Heibel2013-02-27
* Fix two numerical issues in unit tests.Gravatar Gael Guennebaud2013-02-27
* Remove ICC warning in nomalloc unit test.Gravatar Gael Guennebaud2013-02-26
* Fix compilation with ICC that was unable to instanciate Scaling from Eigen's ...Gravatar Gael Guennebaud2013-02-26
* Fix compilation with ICC that was unable to instanciate first_alignedGravatar Gael Guennebaud2013-02-26
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
* Fix computation of outer-stride when calling .real() or .imag()Gravatar Gael Guennebaud2013-02-26
* Add the possibility to define a custom build-string suffixGravatar Gael Guennebaud2013-02-26
* workaround "may be used uninitialized in this function" warningGravatar Gael Guennebaud2013-02-26
* Add assertion on the input matrix size in factorizations relying on permutati...Gravatar Gael Guennebaud2013-02-26
* Workaround warning: assuming signed overflow does not occur when...Gravatar Gael Guennebaud2013-02-26
* Fix no newline warning.Gravatar Gael Guennebaud2013-02-26
* Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ...Gravatar Gael Guennebaud2013-02-25
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25