aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* simplify/uniformize eigen_gen_docsGravatar Thomas Capricelli2013-10-18
* Added comparisons scalar to array (previously only the array to scalar was po...Gravatar Christoph Hertzberg2013-10-17
* Copy all format flags (not only precision) from actual output stream when cal...Gravatar Christoph Hertzberg2013-10-17
* consider all columns for aligned output (fixes bug #616)Gravatar Christoph Hertzberg2013-10-17
* Copy and paste mistake in last commitGravatar Christoph Hertzberg2013-10-17
* Don't add rowSpacer if columns are not to be alignedGravatar Christoph Hertzberg2013-10-17
* Fixes bug #681Gravatar Christoph Hertzberg2013-10-17
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper...Gravatar Gael Guennebaud2013-10-16
* Use != instead of < to check for emptiness of iterator range (fixes bug #664)Gravatar Christoph Hertzberg2013-10-16
* Make index type of Triplet default to SparseMatrix::Index as suggested by Kol...Gravatar Christoph Hertzberg2013-10-16
* Allow .conservativeResize(rows,cols) on vectorsGravatar Gael Guennebaud2013-10-16
* bug #679: add respective unit testGravatar Gael Guennebaud2013-10-15
* Fix bug #679Gravatar Christoph Hertzberg2013-10-15
* uniformize piwik code among branchesGravatar Thomas Capricelli2013-10-11
* Sparse is stable now, so Eigen/Eigen should include SparseGravatar Gael Guennebaud2013-10-02
* Fix dot*w to return 0 for empty vectors (BLAS interface)Gravatar Gael Guennebaud2013-10-01
* Fix SPQR Solve() when assigning to a Map objectGravatar Desire NUENTSA2013-09-26
* Fix leaked memory for successive calls to SPQRGravatar Desire NUENTSA2013-09-24
* Reduce explicit zeros when applying SparseQR's matrix QGravatar Gael Guennebaud2013-09-20
* Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20
* Fix assert bug in sparseQRGravatar Desire NUENTSA2013-09-20
* Fix elimination tree and SparseQR with rows<colsGravatar Gael Guennebaud2013-09-12
* Fix ploaddup and lin-spaced with AltiVec.Gravatar Gael Guennebaud2013-09-10
* Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...Gravatar Gael Guennebaud2013-09-07
* Fix sparse blockGravatar Gael Guennebaud2013-09-07
* Merged in advanpix/eigen-mp-devs (pull request PR-32)Gravatar Gael Guennebaud2013-09-03
|\
* | Another compilation fix with ICC/MSVC comboGravatar Gael Guennebaud2013-09-03
* | BDCSVD: Use rational interpolation to solve secular equation.Gravatar Jitse Niesen2013-08-27
* | Added missing inline statements in order to prevent linker errors.Gravatar Hauke Heibel2013-08-27
* | Fixed InnerPanel definition in the Transformation class.Gravatar Hauke Heibel2013-08-27
* | Use unblocked version if the matrix is too small, plus some cleaning.Gravatar Gael Guennebaud2013-08-27
* | Implement a blocked upper-bidiagonalization algorithm. The computeUnblocked f...Gravatar Gael Guennebaud2013-08-27
| * Updated mpfr::mpreal. Move semantic support, RVO, other new featuresGravatar Pavel Holoborodko2013-08-26
| * Replaced memcpy & memmove to smart_* alternatives for non-POD scalar typesGravatar Pavel Holoborodko2013-08-25
| * Switched to smart_copy to support non-trivial scalar typesGravatar Pavel Holoborodko2013-08-25
| * Fixed bug #647 by using smart_copy instead of bitwise memcpy.Gravatar Pavel Holoborodko2013-08-25
| * Added smart_memmove with support of non-POD scalars (e.g. needed in SparseBlo...Gravatar Pavel Holoborodko2013-08-25
|/
* BDCSVD: Use HouseholderSeq directly.Gravatar Jitse Niesen2013-08-21
* Fix compilation with ICC/MSVC comboGravatar Gael Guennebaud2013-08-21
* Add explanations of the logic behind the matrix-vector productsGravatar Gael Guennebaud2013-08-21
* Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limitGravatar Gael Guennebaud2013-08-21
* BDCSVD: Compute SVD of combined problem directly.Gravatar Jitse Niesen2013-08-20
* Fix indentationGravatar Gael Guennebaud2013-08-20
* Fix compilation with non-msvc compilers.Gravatar Gael Guennebaud2013-08-20
* Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...Gravatar Gael Guennebaud2013-08-20
* Merged in advanpix/eigen-mp-devs (pull request PR-31)Gravatar Gael Guennebaud2013-08-20
|\
* | Make FullPivHouseholderQR::solve returns the least-square solution instead of...Gravatar Gael Guennebaud2013-08-20
| * Removed unnecessary parenthesesGravatar Pavel Holoborodko2013-08-20
| * Added support for custom scalarsGravatar Pavel Holoborodko2013-08-20
|/
* Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...Gravatar Gael Guennebaud2013-08-19