aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* remove debug outputGravatar Gael Guennebaud2012-04-17
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* suppress extra ',' and ';'Gravatar Gael Guennebaud2012-04-10
* Replicate now makes use of the cost model to evaluate its nested expressionGravatar Gael Guennebaud2012-04-06
* add missing forward declarationGravatar Gael Guennebaud2012-03-29
* workaround stupid gcc 4.7 warningGravatar Gael Guennebaud2012-03-22
* declare Block::m_outerStride as Index (instead of int)Gravatar Gael Guennebaud2012-03-09
* Improved the unit tests for setLinSpaced.Gravatar Hauke Heibel2012-03-07
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
* Added support for component-wise pow (equivalent to Matlab's operator .^).Gravatar Hauke Heibel2012-03-07
* Moved the operator/(Scalar,ArrayBase) into the Eigen namespace.Gravatar Hauke Heibel2012-03-02
* Added support for scalar / array division.Gravatar Hauke Heibel2012-03-02
* Replicate ctor now uses Index instead of int.Gravatar Hauke Heibel2012-03-02
* Modify the LinSpaced function to take only the two boundsGravatar Desire NUENTSA2012-02-10
* fix bug #417: Map should be nested by value, not by referenceGravatar Gael Guennebaud2012-02-09
* bumpGravatar Gael Guennebaud2012-02-06
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* stop disabling this legitimate warning, recall that in the following the cons...Gravatar Gael Guennebaud2012-02-03
* Enable Eigen to compile on 'pure C/C++' Gcc environment (with no inline assem...Gravatar Zuiquan2012-02-02
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
* proper C++ castingGravatar Gael Guennebaud2012-01-31
* fix a few warnings: change of sign and missing return statementGravatar Gael Guennebaud2012-01-31
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* workaround "empty macro argument" warningGravatar Gael Guennebaud2012-01-31
* add .data() member to Diagonal<>Gravatar Gael Guennebaud2012-01-31
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* add missing inline keyword (linking issue)Gravatar Gael Guennebaud2012-01-26
* fix bug #406: Using OpenMP and Eigen causes infinite loop/deadlockGravatar Gael Guennebaud2012-01-25
* fix warning with gcc 4.6Gravatar Gael Guennebaud2012-01-25
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* std::isfinite is non standardGravatar Gael Guennebaud2012-01-23
* optimize the packing of lhs blocks for matrix-matrix products => significant ...Gravatar Gael Guennebaud2012-01-21
* workaround doxygen limitation to follow the base class of PlainObjectBaseGravatar Gael Guennebaud2011-12-19
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ...Gravatar Gael Guennebaud2011-12-09
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
* bumpGravatar Gael Guennebaud2011-12-06
* fig bug #373: compilation error with clang 2.9 when exceptions are disabled (...Gravatar Gael Guennebaud2011-12-05
* fix bug #384: add a static assertion on the Index type which has to be signedGravatar Gael Guennebaud2011-12-04