aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
...
* | 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
* | | Revisit the implementation of random_default_impl for integer to make sure av...Gravatar Gael Guennebaud2013-07-10
| * | Slightly optimize atanh2.Gravatar Chen-Pang He2013-07-08
* | | ReturnByValue should not be assignable!Gravatar Gael Guennebaud2013-07-06
| * | Let complex power fall back to "log, scale, exp".Gravatar Chen-Pang He2013-07-05
| * | Remove unused declarations for MatrixPowerProduct.Gravatar Chen-Pang He2013-07-05
|/ /
* | Add missing namespace prefix in pconjGravatar Gael Guennebaud2013-07-03
* | doc: Mention vec=vec.head(n) in aliasing page.Gravatar Jitse Niesen2013-07-02
* | Fix bug #554: include unistd.h before checking the presence of posix_memalign.Gravatar Gael Guennebaud2013-06-26
| * Workarounf nvcc not being able to find RowMajor when declaring a Matrix<...> ...Gravatar Gael Guennebaud2013-06-25
* | CwiseUnaryView should not inherit no_assignment_operator!Gravatar Gael Guennebaud2013-06-24
* | fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
* | Fix bug #590: NEON Duplicate lane loadGravatar Simon Pilgrim2013-06-23
* | Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_...Gravatar Gael Guennebaud2013-06-21
* | Add missing using std::pow in lpNorm.Gravatar Gael Guennebaud2013-06-21
* | bug #71: enable vectorization of diagonal products in more cases.Gravatar Gael Guennebaud2013-06-18
* | Fix compilation issue with some compilers (when doing using Base::foo;, foo m...Gravatar Gael Guennebaud2013-06-18
* | Make psqrt works with numeric_limits<float>::minGravatar Gael Guennebaud2013-06-14
* | Fix bug #613: psqrt was incorrect for small numbersGravatar Jeff Dean2013-06-13
* | Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
* | Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* | Fix warning: explicitely initialize all member of IOFormatGravatar Gael Guennebaud2013-06-12
* | Add default value for IsRepeatable in functor_traitsGravatar Gael Guennebaud2013-06-12