aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added a test for fp16Gravatar Benoit Steiner2016-08-03
|
* CUDA_ARCH isn't always defined, so avoid relying on it too much when ↵Gravatar Benoit Steiner2016-08-03
| | | | figuring out which implementation to use for reductions. Instead rely on the device to tell us on which hardware version we're running.
* List PARDISO solver.Gravatar Gael Guennebaud2016-08-02
|
* Change project name to Eigen3, to be compatible with FindEigen3.cmake and ↵Gravatar Christoph Hertzberg2016-08-02
| | | | | | Eigen3Config.cmake. This is related to pull-requests 214.
* Use numext::conj instead of std::conjGravatar Benoit Steiner2016-08-01
|
* Avoid unecessary object copiesGravatar Benoit Steiner2016-08-01
|
* Fix vectorization logic for coeff-based product for some corner cases.Gravatar Gael Guennebaud2016-07-31
|
* half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
|
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
|
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Christoph Hertzberg2016-07-29
|
* Enable slice-vectorization+inner-unrolling when unaligned vectorization is ↵Gravatar Gael Guennebaud2016-07-28
| | | | allowed. For instance, this permits to vectorize 5x5 matrices (including product)
* Update and fix Cholesky mini benchmarkGravatar Gael Guennebaud2016-07-28
|
* Vectorize more small product expressions by letting the general assignement ↵Gravatar Gael Guennebaud2016-07-28
| | | | logic decides on the sizes that are OK for vectorization.
* bug #1264: fix compilationGravatar Gael Guennebaud2016-07-27
|
* Add instructions for LAPACKE+AccelerateGravatar Gael Guennebaud2016-07-27
|
* Big 1261: add missing max(ADS,ADS) overload (same for min)Gravatar Gael Guennebaud2016-07-27
|
* bug #1260: add regression testGravatar Gael Guennebaud2016-07-27
|
* bug #1260: remove doubtful specializations of ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-07-27
|
* Add brackets to block matrix and fixed some typosGravatar Christoph Hertzberg2016-07-27
|
* Added tag 3.3-beta2 for changeset f6b3cf8de98b0a66d206f28c087b402b0102af9aGravatar Gael Guennebaud2016-07-26
|
* Bump to 3.3-beta2Gravatar Gael Guennebaud2016-07-26
|
* FormattingGravatar Gael Guennebaud2016-07-26
|
* Fix testing of nearly zero input matrices.Gravatar Gael Guennebaud2016-07-26
|
* Add more very small numbers in the list of nearly "zero" values when testing ↵Gravatar Gael Guennebaud2016-07-26
| | | | SVD and EVD algorithms
* Improve robustness of 2x2 eigenvalue with shifting and scalingGravatar Gael Guennebaud2016-07-26
|
* Fix compilation with MKL supportGravatar Gael Guennebaud2016-07-26
|
* Typo.Gravatar Gael Guennebaud2016-07-26
|
* Typos.Gravatar Gael Guennebaud2016-07-26
|
* Fix with expession template scalar types.Gravatar Gael Guennebaud2016-07-26
|
* Split BLAS/LAPACK versus MKL documentationGravatar Gael Guennebaud2016-07-26
|
* bug #1258: fix compilation of Map<SparseMatrix>::coeffRefGravatar Gael Guennebaud2016-07-26
|
* Update doc.Gravatar Gael Guennebaud2016-07-25
|
* mergeGravatar Gael Guennebaud2016-07-25
|\
* | Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
| |
* | Rename MKL filesGravatar Gael Guennebaud2016-07-25
| |
* | bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
| |
| * Deleted dead code.Gravatar Benoit Steiner2016-07-25
|/
* bug #1249: enable use of __builtin_prefetch for GCC, clang, and ICC only.Gravatar Gael Guennebaud2016-07-25
|
* bug #1255: comment out broken and unsused line.Gravatar Gael Guennebaud2016-07-25
|
* bug #1250: fix pow() for AutoDiffScalar with custom nested scalar type.Gravatar Gael Guennebaud2016-07-25
|
* Implement digits10 for mprealGravatar Gael Guennebaud2016-07-25
|
* Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
|
* Extend boost.multiprec unit test with ET on, complexes, and ↵Gravatar Gael Guennebaud2016-07-25
| | | | general/generalized eigenvalue solvers.
* Enforce scalar types in calls to max/min (helps with expression template ↵Gravatar Gael Guennebaud2016-07-25
| | | | scalar types)
* Add digits10 overload for complex.Gravatar Gael Guennebaud2016-07-25
|
* Remove custom complex division function cdiv.Gravatar Gael Guennebaud2016-07-25
|
* Update doc.Gravatar Gael Guennebaud2016-07-25
|
* Add NumTraits::digits10() function based on numeric_limits::digits10 and ↵Gravatar Gael Guennebaud2016-07-25
| | | | make use of it for printing matrices.
* mergeGravatar Gael Guennebaud2016-07-23
|\
* | Fix misuse of dummy_precesion in eigenvalues solversGravatar Gael Guennebaud2016-07-23
| |