aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Started to vectorize the processing of 16bit floats on CPU.Gravatar Benoit Steiner2016-05-23
|
* Don't optimize the processing of the last rows of a matrix matrix product in ↵Gravatar Benoit Steiner2016-05-23
| | | | cases that violate the assumptions made by the optimized code path.
* Fixed a typo in the array.cpp testGravatar Benoit Steiner2016-05-23
|
* Merged in rmlarsen/eigen (pull request PR-188)Gravatar Benoit Steiner2016-05-23
|\ | | | | | | Minor cleanups: 1. Get rid of a few unused variables. 2. Get rid of last uses of EIGEN_USE_COST_MODEL.
* | Replace multiple constructors of half-type by a generic/templated ↵Gravatar Christoph Hertzberg2016-05-23
| | | | | | | | constructor. This fixes an incompatibility with long double, exposed by the previous commit.
* | Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
| |
* | fixed macro nameGravatar Christoph Hertzberg2016-05-22
| |
* | Fix some sign-compare warningsGravatar Christoph Hertzberg2016-05-22
| |
* | Identify clang++ even if it is not named llvm-clang++Gravatar Christoph Hertzberg2016-05-22
| |
* | Document EIGEN_MAX_CPP_VER and user controllable compiler features.Gravatar Gael Guennebaud2016-05-20
| |
* | Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
| |
* | Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
| |
* | Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
| |
* | Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
| |
* | Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
| |
* | Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
| |
* | polygamma is C99/C++11 onlyGravatar Gael Guennebaud2016-05-20
| |
* | Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
| |
* | Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
| |
* | Rename UniformRandom to UnitRandom.Gravatar Gael Guennebaud2016-05-20
| |
* | Fix coding practice in Quaternion::UniformRandomGravatar Gael Guennebaud2016-05-20
| |
* | bug #823: add static method to Quaternion for uniform random rotations.Gravatar Joseph Mirabel2016-05-20
| |
* | Remove std:: to enable custom scalar types.Gravatar Gael Guennebaud2016-05-19
| |
| * Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-05-18
| |\
| * \ Merge.Gravatar Rasmus Munk Larsen2016-05-18
| |\ \
| * | | Minor cleanups: 1. Get rid of unused variables. 2. Get rid of last uses of ↵Gravatar Rasmus Munk Larsen2016-05-18
| | | | | | | | | | | | | | | | EIGEN_USE_COST_MODEL.
| | * | Reduce overhead for small tensors and cheap ops by short-circuiting the ↵Gravatar Rasmus Munk Larsen2016-05-17
| |/ / | | | | | | | | | const computation and block size calculation in parallelFor.
* | | made a fix to the GMRES solver so that it now correctly reports the error ↵Gravatar David Dement2016-05-16
| | | | | | | | | | | | achieved in the solution process
* | | Fix unit test.Gravatar Gael Guennebaud2016-05-19
| | |
* | | Improve unit tests of zeta, polygamma, and digammaGravatar Gael Guennebaud2016-05-19
| | |
* | | zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
| | |
* | | zeta and digamma do not require C++11/C99Gravatar Gael Guennebaud2016-05-19
| | |
* | | Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
| | |
* | | bug #1201: optimize affine*vector productsGravatar Gael Guennebaud2016-05-19
| | |
* | | bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
| | |
* | | Fix SelfAdjointEigenSolver for some input expression types, and add new ↵Gravatar Gael Guennebaud2016-05-19
| | | | | | | | | | | | regression unit tests for sparse and selfadjointview inputs.
* | | DiagonalWrapper is a vector, so it must expose the LinearAccessBit flag.Gravatar Gael Guennebaud2016-05-19
| | |
* | | Add support for SelfAdjointView::diagonal()Gravatar Gael Guennebaud2016-05-19
| | |
* | | Fix SelfAdjointView::triangularView for complexes.Gravatar Gael Guennebaud2016-05-19
| | |
* | | bug #1230: add support for SelfadjointView::triangularView.Gravatar Gael Guennebaud2016-05-19
| |/ |/|
* | Advertize the packet api of the tensor reducers iff the corresponding packet ↵Gravatar Benoit Steiner2016-05-18
| | | | | | | | primitives are available.
* | bug #1231: fix compilation regression regarding complex_array/=real_array ↵Gravatar Gael Guennebaud2016-05-18
| | | | | | | | and add respective unit tests
* | Use coeff(i,j) instead of operator().Gravatar Gael Guennebaud2016-05-18
| |
* | bug #1224: fix regression in (dense*dense).sparseView() by specializing ↵Gravatar Gael Guennebaud2016-05-18
| | | | | | | | evaluator<SparseView<Product>> for sparse products only.
* | Use default sorting strategy for square products.Gravatar Gael Guennebaud2016-05-18
| |
* | Extend sparse*sparse product unit test to check that the expected ↵Gravatar Gael Guennebaud2016-05-18
| | | | | | | | implementation is used (conservative vs auto pruning).
* | bug #1229: bypass usage of Derived::Options which is available for plain ↵Gravatar Gael Guennebaud2016-05-18
| | | | | | | | matrix types only. Better use column-major storage anyway.
* | Pass argument by const ref instead of by value in pow(AutoDiffScalar...)Gravatar Gael Guennebaud2016-05-18
| |
* | bug #1223: fix compilation of AutoDiffScalar's min/max operators, and add ↵Gravatar Gael Guennebaud2016-05-18
| | | | | | | | regression unit test.
* | bug #1222: fix compilation in AutoDiffScalar and add respective unit testGravatar Gael Guennebaud2016-05-18
| |