aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* update sparse*sparse product: the default is now a conservative algorithm pre...Gravatar Gael Guennebaud2011-10-24
* add the possiibility to disable deprectated warnings (useful for deprecated u...Gravatar Gael Guennebaud2011-10-24
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* forgot inline keywordGravatar Benoit Jacob2011-10-17
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* bug #363 - add test for integer overflow in size computationsGravatar Benoit Jacob2011-10-16
* bug #363 - check for integer overflow in size=rows*cols computationsGravatar Benoit Jacob2011-10-16
* bug #363 - check for integer overflow in byte-size computationsGravatar Benoit Jacob2011-10-16
* fix sparse tri-solve for full matricesGravatar Gael Guennebaud2011-10-11
* make it compatible with Diagonal<>Gravatar Gael Guennebaud2011-10-11
* fix assignment to a set of sparse inner vectorsGravatar Gael Guennebaud2011-10-10
* fix nestingGravatar Gael Guennebaud2011-10-09
* Convert tabs to spaces.Gravatar Jitse Niesen2011-09-27
* Fix bug #286: Infinite loop in JacobiSVD with denormalsGravatar Jitse Niesen2011-09-27
* no commentGravatar Gael Guennebaud2011-09-21
* quick workaround of MSVC9' ICE in pset1Gravatar Gael Guennebaud2011-09-21
* accept both STL and Eigen's containers for reserve()Gravatar Gael Guennebaud2011-09-20
* Bug fix for matrix1 * matrix2 * scalar1 * scalar2.Gravatar Jitse Niesen2011-09-19
* Fix LDLT::solve() if matrix singular but solution exists (bug #241).Gravatar Jitse Niesen2011-09-11
* 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
* Update docs of PlainObjectBase::Map(); fixes bug #335.Gravatar Jitse Niesen2011-09-03
* 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
* 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 a numerical issue in the direct 3x3 eigenvector extractionGravatar Gael Guennebaud2011-08-08
* Improved compilation errors for Transform initialization/assignment with diff...Gravatar Hauke Heibel2011-07-28
* 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
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Translation * RotationBase now returns an isometric transformation.Gravatar Hauke Heibel2011-07-19
* fix LLT rank one update for "upper" hermitian matricesGravatar Gael Guennebaud2011-07-19
* add an "InvalidInput" enum, used by the SuperLU interfaceGravatar Gael Guennebaud2011-07-18
* fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of si...Gravatar Gael Guennebaud2011-07-09
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* fix constness of intersection methods (bug #309)Gravatar Gael Guennebaud2011-06-27
* Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).Gravatar Jitse Niesen2011-06-24
* Fix compilation of cholesky rank update test.Gravatar Jitse Niesen2011-06-24
* fix typo in doc for ParametrizedLineGravatar Thomas Capricelli2011-06-23
* rm confusing sentenceGravatar Gael Guennebaud2011-06-17
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
* fix documentation of normGravatar Gael Guennebaud2011-06-18
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15
* remove the use of non standard long longGravatar Gael Guennebaud2011-06-14