aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* "-Wno-psabi" option is not supported by all gcc version.Gravatar Gael Guennebaud2013-02-15
* Fix SSE plog<float> to return -INF on 0Gravatar Gael Guennebaud2013-02-14
* Remove the following note made by gcc: "The ABI of passing structure with com...Gravatar Gael Guennebaud2013-02-14
* Add missing using std::sqrtGravatar Gael Guennebaud2013-02-14
* Update adjoint unit test to avoid instantiating sqrt(int)Gravatar Gael Guennebaud2013-02-14
* Update basicstuff unit test to avoid instantiating the ambiguous sqrt(int)Gravatar Gael Guennebaud2013-02-14
* Fix some implicit int64 to int conversion warnings. However, the real issueGravatar Gael Guennebaud2013-02-14
* Fix bug in aligned_free with windows CEGravatar Gael Guennebaud2013-02-13
* Fix bug #544: assertion in JacobiSVD when compiling with EIGEN_NO_AUTOMATIC_R...Gravatar Gael Guennebaud2013-02-12
* Fix bug #551: compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPEGravatar Gael Guennebaud2013-02-09
* add EIGEN_INITIALIZE_MATRICES_BY_NANGravatar Gael Guennebaud2013-02-07
* Add missing operator= in RefBaseGravatar Gael Guennebaud2013-02-07
* Add missing data member function in CwiseUnaryViewGravatar Gael Guennebaud2013-02-07
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Correct bug in SPQR backend and replace matrixQR by matrixRGravatar Desire NUENTSA2013-01-29
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
* Added missing using std::sqrt.Gravatar Hauke Heibel2013-01-27
* Added Visual Studio 2012 debug visualizers.Gravatar Hauke Heibel2013-01-26
* Add additional methods in SparseLU and Improve the naming conventionsGravatar Desire NUENTSA2013-01-25
* Merged local branch with main trunkGravatar Desire NUENTSA2013-01-25
|\
| * add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* | Suppress annoying "may be used uninitialized in this function" warning with g...Gravatar Gael Guennebaud2013-01-24
* | Check that NeedsToAlign is properly sets before checking alignmentGravatar Gael Guennebaud2013-01-24
|/
* Remove dummy code in MPRealSupportGravatar Gael Guennebaud2013-01-24