aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * 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 broken link on transforming normalsGravatar Gael Guennebaud2013-08-12
* bug #638: fix typos in sparse tutorialGravatar Gael Guennebaud2013-08-12
* Switched to MPL2 license.Gravatar Hauke Heibel2013-08-12
* Backout parts of changeset 6719e56b5bfe9ae4badc9a6e894c5824f663d62eGravatar Gael Guennebaud2013-08-11
* 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
* QuickReference.dox: std::tan(array) --> tan(array), same for other functions.Gravatar Jitse Niesen2013-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
* BDCSVD: Streamline compute() and copyUV()Gravatar Jitse Niesen2013-08-07
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
* Remove LinearLeastSquares.dox , which should not have been added.Gravatar Jitse Niesen2013-08-06
* Removed errornous swap for stack storage.Gravatar Hauke Heibel2013-08-03
* Move inheritance from Eigen example in stand-alone file.Gravatar Jitse Niesen2013-08-02
* Removed a warning when rvalue references are not unsed.Gravatar Hauke Heibel2013-08-02
* Fix compilation.Gravatar Hauke Heibel2013-08-02
* 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
* reduce cancellation probablityGravatar Gael Guennebaud2013-08-02
* Added build name support for VC11 and its service packs.Gravatar Hauke Heibel2013-08-01
* Removed unused testing files.Gravatar Hauke Heibel2013-08-01
* Remove superfluous testing files (as changeset e41bc6cbbf9863c686e464d4479b4f...Gravatar Gael Guennebaud2013-07-31
* Added a pattern which forces LF line endings for *.sh files.Gravatar Hauke Heibel2013-07-31
* Backed out changeset: e41bc6cbbf9863c686e464d4479b4f562e5649c3Gravatar Hauke Heibel2013-07-31
* Removed unused test files.Gravatar Hauke Heibel2013-07-31
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Merged in advanpix/eigen-mp-3.2 (pull request PR-29)Gravatar Hauke Heibel2013-07-30
|\
* | Removed non-standard conforming (17.4.3.1.2/1) leading underscore.Gravatar Hauke Heibel2013-07-30
| * Quick fix in order to be custom-scalar friendly.Gravatar Pavel Holoborodko2013-07-29
* | Removed 'T' prefix from types and thus fixed compilation for GCC.Gravatar Hauke Heibel2013-07-29
|/
* bug #502: add bool intersects() methods to AlignedBoxGravatar Sven Strothoff2013-07-28
* Fixed constness in Array- and MatrixWrapper.Gravatar Hauke Heibel2013-07-28
* Fixed dummy_precision evaluation.Gravatar Hauke Heibel2013-07-28
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
* mergeGravatar Jitse Niesen2013-07-26
|\
* | Fixed floating point warning.Gravatar Hauke Heibel2013-07-26
| * MatrixFunctions: Clean up StemFunction.hGravatar Jitse Niesen2013-07-26
|/
* Fixed VC11 compilation.Gravatar Hauke Heibel2013-07-26
* Merged simple geometry asserts.Gravatar Hauke Heibel2013-07-25
|\
* | Clean up MatrixFunction and MatrixLogarithm.Gravatar Jitse Niesen2013-07-25
* | Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
* | Clean-up of MatrixExponential:Gravatar Jitse Niesen2013-07-21