aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* remove double parenthesisGravatar Gael Guennebaud2013-02-22
* SparseLU does not accept row-major matrices for the destination.Gravatar Gael Guennebaud2013-02-22
* Protect min with parenthesis in IncompleteLLTGravatar Gael Guennebaud2013-02-22
* Clarify the doc for column-pivoting QRGravatar Desire NUENTSA2013-02-21
* Guard against transposeInPlace on non-square non-resizable matrix.Gravatar Jitse Niesen2013-02-20
* Be more explicit about user-defined functions in Map tutorial.Gravatar Jitse Niesen2013-02-20
* Set built-in sparse QR as the default sparse solver and add ComputationInfo ...Gravatar Desire NUENTSA2013-02-20
* Add setPivotThreshold to Sparse QRGravatar Desire NUENTSA2013-02-20
* Correct the SPQR backend for rank-deficient matrices and delete some public f...Gravatar Desire NUENTSA2013-02-20
* Add matrixR() to get the triangular factor from the Householder QRGravatar Desire NUENTSA2013-02-20
* Metis ordering backend supports only squared matricesGravatar Desire NUENTSA2013-02-20
* Remove confusing transpose() in setLinSpaced() docs.Gravatar Jitse Niesen2013-02-18
* Fix linear vectorized transversal in linspace (fixes bug #526).Gravatar Jitse Niesen2013-02-18
* Add a rank-revealing feature to sparse QRGravatar Desire NUENTSA2013-02-15
* Fix the following warning: "comparison between signed and unsigned integer ex...Gravatar Gael Guennebaud2013-02-15
* Workaround the following warning: "assuming signed overflow does not occur wh...Gravatar Gael Guennebaud2013-02-15
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15