aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Add reference for the default threshold in sparse QRGravatar Desire NUENTSA2013-02-25
* Fix the computation of the default pivot threshold for sparse QRGravatar Desire NUENTSA2013-02-25
* Fix bug #483: optimize outer-products to skip setZero and a scalar multiple w...Gravatar Gael Guennebaud2013-02-25
* conservative_resize unit test was executed only onceGravatar Gael Guennebaud2013-02-25
* Output random generator seed in case of failure so that we have it in CDash.Gravatar Gael Guennebaud2013-02-25
* Fix segfault in SparseBlock::InnerIteratorGravatar Gael Guennebaud2013-02-25
* Remove erroneously committed debugging stuff.Gravatar Gael Guennebaud2013-02-25
* Fix visitor unit test.Gravatar Gael Guennebaud2013-02-25
* Fix bug #496: generalize internal rank1_update implementation to accept uplo(...Gravatar Gael Guennebaud2013-02-24
* Remove superfluous cast.Gravatar Gael Guennebaud2013-02-24
* Extend sparseqr unit test to check linearly dependent columnsGravatar Gael Guennebaud2013-02-24
* Cleaning pass on SparseQRGravatar Gael Guennebaud2013-02-24
* Fix another issue related to summing up many signed values.Gravatar Gael Guennebaud2013-02-23
* Fix array unit test: isApprox(log(0),log(0)) is false, and summing up signed ...Gravatar Gael Guennebaud2013-02-23
* Avoid problematic ternary operator (http://forum.kde.org/viewtopic.php?f=74&t...Gravatar Gael Guennebaud2013-02-23
* Fix EIGEN_INITIALIZE_MATRICES_BY_NAN.Gravatar Sebastien Barthelemy2013-02-22