aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | Do not manually add absolute path to boost-library.Gravatar Christoph Hertzberg2016-09-22
| * | fix typoGravatar Gael Guennebaud2016-09-21
| * | Disable a failure test if extended double precision is in use (x87)Gravatar Gael Guennebaud2016-09-21
| * | Fix alignement of statically allocated temporaries in symv, and trmv.Gravatar Gael Guennebaud2016-09-21
| * | Improve cost estimation of complex divisionGravatar Gael Guennebaud2016-09-21
| * | Fix compilation if ICC.Gravatar Gael Guennebaud2016-09-21
| * | Added missing typedefsGravatar Benoit Steiner2016-09-20
| * | Don't use c++11 features and fix include.Gravatar RJ Ryan2016-09-20
| * | Add CUDA-specific std::complex<T> specializations for scalar_sum_op, scalar_d...Gravatar RJ Ryan2016-09-20
| * | Pulled latest updates from trunkGravatar Benoit Steiner2016-09-19
| |\ \
| | * | Removed EIGEN_DEVICE_FUNC qualifers for the lu(), fullPivLu(), partialPivLu()...Gravatar Benoit Steiner2016-09-19
| * | | Merged hongkai-dai/eigen/tip into default (bug #1298)Gravatar Gael Guennebaud2016-09-19
| |\ \ \ | | |/ / | |/| |
| * | | Deleted some unecessary and confusing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-09-19
| | * | remove ternary operator in euler anglesGravatar Hongkai Dai2016-09-19
| |/ /
| | * Updated the owners of the file.Gravatar Luke Iwanski2016-09-19
| | * Merged with default.Gravatar Luke Iwanski2016-09-19
| | |\
| | * | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| * | | Silent warning.Gravatar Gael Guennebaud2016-09-17
| * | | fix compilation with boost::multiprecGravatar Gael Guennebaud2016-09-17
| * | | Fix alignement of statically allocated temporaries in gemv.Gravatar Gael Guennebaud2016-09-17
|/ / /
* | | Make makeHouseholder more stable for cases where real(c0) is not very small (...Gravatar Christoph Hertzberg2016-09-16
* | | Made AutoDiffJacobian more intuitive to use and updated for C++11Gravatar Emil Fresk2016-09-16
* | | Fix undeflowGravatar Gael Guennebaud2016-09-16
* | | Fix order of "static inline".Gravatar Gael Guennebaud2016-09-16
* | | Doc: add link from block methods to respective tutorial section.Gravatar Gael Guennebaud2016-09-16
* | | bug #828: clarify documentation of SparseMatrixBase's methods returning a sub...Gravatar Gael Guennebaud2016-09-16
* | | bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
* | | Let be consistent and consider any denormal number as zero.Gravatar Gael Guennebaud2016-09-15
* | | mergeGravatar Gael Guennebaud2016-09-15
|\ \ \
| * | | Added several missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2016-09-14
| * | | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2016-09-14
| * | | Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t...Gravatar Benoit Steiner2016-09-14
| | |/ | |/|
* | | Fix product for custom complex type. (conjugation was ignored)Gravatar Gael Guennebaud2016-09-14
| * | Suppress warning 2527 and 2529, which correspond to the "calling a __host__ f...Gravatar Benoit Steiner2016-09-13
| * | Suppress message 1222 when compiling with nvcc: this ensures that we don't wa...Gravatar Benoit Steiner2016-09-13
|/ /
* | Fix typo in doc.Gravatar Gael Guennebaud2016-09-13
* | bug #1285: fix regression introduced in changeset 00c29c2caef8fb0c6b1d2ba5ecd...Gravatar Gael Guennebaud2016-09-13
* | Register the cxx11_tensor_device only for recent cuda architectures (i.e. >= ...Gravatar Benoit Steiner2016-09-12
* | CUDA contractions require arch >= 3.0: don't compile the cuda contraction tes...Gravatar Benoit Steiner2016-09-12
* | Fixed a bug impacting some outer reductions on GPUGravatar Benoit Steiner2016-09-12
* | Added the ability to compute the absolute value of a complex number on GPU, a...Gravatar Benoit Steiner2016-09-12
* | Merged latest updates from trunkGravatar Benoit Steiner2016-09-12
|\ \
* | | Properly size the list of waitersGravatar Benoit Steiner2016-09-12
* | | Added a resize method to MaxSizeVectorGravatar Benoit Steiner2016-09-12
| * | Fix compilation on 32 bits systems.Gravatar Gael Guennebaud2016-09-09
| * | bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
| * | Doc: explain minimal requirements on nullary functorsGravatar Gael Guennebaud2016-09-06
| * | Generalize ScalarBinaryOpTraits to any complex-real combination as defined by...Gravatar Gael Guennebaud2016-09-06
| * | Disable previous workaround.Gravatar Gael Guennebaud2016-09-06
| * | Workaround MSVC instantiation faillure of has_*ary_operator at the level of t...Gravatar Gael Guennebaud2016-09-06