aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* | Fix bug #677: compilation issue on arm64 which does not have the PLD instructionGravatar Gael Guennebaud2013-10-31
* | Use aligned loads in Matrix-Vector product where possible. Fixes bug #689Gravatar Christoph Hertzberg2013-10-29
* | Merged in martinhofernandes/eigen (pull request PR-33)Gravatar Gael Guennebaud2013-10-29
|\ \
* | | Fix bug #359: fix AlignedBit flag of CoeffBasedProduct thus enabling the vect...Gravatar Gael Guennebaud2013-10-28
* | | Clarify the meaning of AlignedBit (bug #359)Gravatar Gael Guennebaud2013-10-28
* | | Fix bug #685: document the range of Random and setRandomGravatar Gael Guennebaud2013-10-28
* | | fix a few "dead stores" warningsGravatar Gael Guennebaud2013-10-26
* | | Fix bug #684: optimize vectorization of array-scalar and scalar-arrayGravatar Gael Guennebaud2013-10-18
* | | 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
* | | Allow .conservativeResize(rows,cols) on vectorsGravatar Gael Guennebaud2013-10-16
| * | Fix bug #503Gravatar Martinho Fernandes2013-09-10
|/ /
* | 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
* | Merged in advanpix/eigen-mp-devs (pull request PR-32)Gravatar Gael Guennebaud2013-09-03
|\ \
* | | Fixed InnerPanel definition in the Transformation class.Gravatar Hauke Heibel2013-08-27
| * | Added smart_memmove with support of non-POD scalars (e.g. needed in SparseBlo...Gravatar Pavel Holoborodko2013-08-25
|/ /
* | 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
* | Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...Gravatar Gael Guennebaud2013-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
* | 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
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
* | Fixed constness in Array- and MatrixWrapper.Gravatar Hauke Heibel2013-07-28
* | Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
* | Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ \
* | | Previous isFinite->hasNonFinite change was broken. After discussion let's ren...Gravatar Gael Guennebaud2013-07-18
* | | Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
| | * merge with main branchGravatar Gael Guennebaud2013-07-17
| | |\ | |_|/ |/| |
* | | Bump default branch to 3.2.90Gravatar Gael Guennebaud2013-07-17
* | | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
* | | Remove double const qualifierGravatar Gael Guennebaud2013-07-10