aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Sparse is stable now, so Eigen/Eigen should include SparseGravatar Gael Guennebaud2013-10-02
* 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
* | 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
| * 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
|/
* 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
* 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
* Fix bug #643: enable vectorization of compound assignement for fixed size obj...Gravatar Gael Guennebaud2013-08-19
* typoGravatar Gael Guennebaud2013-08-19
* Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really saf...Gravatar Gael Guennebaud2013-08-19
* Merged in advanpix/eigen-mp-devs (pull request PR-30)Gravatar Jitse Niesen2013-08-19
|\
| * Added support for custom-scalarsGravatar Pavel Holoborodko2013-09-02
* | Documentation of deprecated struct. Closing bug #426.Gravatar Christoph Hertzberg2013-08-16
* | Deprecate boolean sum operator (bug #426)Gravatar Christoph Hertzberg2013-08-13
|/
* Fix cost evaluation of partial reduxions -> improve performance of vectorwise...Gravatar Gael Guennebaud2013-08-11
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* Added copy constructor and assignment to DenseStorage.Gravatar Hauke Heibel2013-08-10
* Added alternative C++11 detection.Gravatar Hauke Heibel2013-08-10
* Disabled std::log1p on Cygwin.Gravatar Hauke Heibel2013-08-10
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
* Removed errornous swap for stack storage.Gravatar Hauke Heibel2013-08-03
* Ensure that (potentially aligned) stack objects are passed by reference.Gravatar Hauke Heibel2013-08-02
* Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
* Fix bug #635: add isCompressed to MappedSparseMatrix for compatibilityGravatar Gael Guennebaud2013-08-02
* Make Pardiso solvers non copyabeGravatar Gael Guennebaud2013-08-02
* Fix compilation and warning of PARDISOGravatar Gael Guennebaud2013-08-02
* Merged in advanpix/eigen-mp-3.2 (pull request PR-29)Gravatar Hauke Heibel2013-07-30
|\