aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Enable Array(EigenBase<>) ctor for compatible scalar types only. This prevent...Gravatar Gael Guennebaud2017-06-12
* Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>Gravatar Gael Guennebaud2017-06-12
* Fix 1x1 case in Solve expression with EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTI...Gravatar Gael Guennebaud2017-06-12
* Avoid implicit scalar conversion with accuracy loss in pow(scalar,array)Gravatar Gael Guennebaud2017-06-12
* fix tipoGravatar Gael Guennebaud2017-06-11
* Fix compilation with some compilersGravatar Gael Guennebaud2017-06-09
* Enable MSVC 2010 workaround from MSVC onlyGravatar Gael Guennebaud2017-06-09
* bug #1403: more scalar conversions fixes in BDCSVDGravatar Gael Guennebaud2017-06-09
* bug #1403: fix implicit scalar type conversion.Gravatar Gael Guennebaud2017-06-09
* bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the destinati...Gravatar Gael Guennebaud2017-06-09
* bug #1414: doxygen, add EigenBase to CoreModuleGravatar Gael Guennebaud2017-06-09
* fix compilation of Half in C++98 (issue introduced in previous commit)Gravatar Gael Guennebaud2017-06-09
* Fix compilation with gcc 4.3 and ARM NEONGravatar Gael Guennebaud2017-06-09
* bug #1410: fix lvalue propagation of Array/Matrix-Wrapper with a const nested...Gravatar Gael Guennebaud2017-06-09
* add regression test for aliasing in product rewrittingGravatar Gael Guennebaud2017-06-09
* fix compilation in C++98Gravatar Gael Guennebaud2017-06-09
* Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in prev...Gravatar Gael Guennebaud2017-06-09
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
* Add missing std::numeric_limits specialization for half, and complete NumTrai...Gravatar Gael Guennebaud2017-06-09
* bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.Gravatar Gael Guennebaud2017-06-08
* bug #1435: fix aliasing issue in exressions like: A = C - B*A;Gravatar Gael Guennebaud2017-06-08
* Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
* Fix compilation of matrix log with Map as inputGravatar Gael Guennebaud2017-06-07
* bug #1411: fix usage of alignment information in vectorization of quaternion ...Gravatar Gael Guennebaud2017-06-07
* Make sure CholmodSupport works when included in multiple compilation units (i...Gravatar Christoph Hertzberg2017-06-06
* bug #1417: make LinSpace compatible with std::complexGravatar Gael Guennebaud2017-06-06
* updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning mes...Gravatar Abhijit Kundu2017-05-01
* Fixed nested angle barckets >> issue when compiling with cuda 8Gravatar Abhijit Kundu2017-04-27
* Fix dense * sparse-selfadjoint-view product.Gravatar Gael Guennebaud2017-04-25
* Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ i...Gravatar RJ Ryan2017-04-14
* Improve mixing of complex and real in the vectorized path of apply_rotation_i...Gravatar Gael Guennebaud2017-04-14
* Fix unwanted Real to Scalar to Real conversions in column-pivoting QR.Gravatar Gael Guennebaud2017-04-14
* Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
* Merged in benoitsteiner/opencl (pull request PR-309)Gravatar Benoit Steiner2017-04-05
|\
| * Preserve file naming conventionsGravatar Benoit Steiner2017-04-04
| * Deleted empty line of codeGravatar Benoit Steiner2017-04-04
| * Guard sycl specific code under a EIGEN_USE_SYCL ifdefGravatar Benoit Steiner2017-04-04
| * Code cleanupGravatar Benoit Steiner2017-04-04
| * Guard the sycl specific code with EIGEN_USE_SYCLGravatar Benoit Steiner2017-04-04
| * Guard the sycl specific code with a #ifdef EIGEN_USE_SYCLGravatar Benoit Steiner2017-04-04
| * iGate the sycl specific code under a EIGEN_USE_SYCL defineGravatar Benoit Steiner2017-04-04
| * Fixed compilation error when sycl is enabled.Gravatar Benoit Steiner2017-04-04
* | fix typos in the Tensor readmeGravatar Gagan Goel2017-03-31
| * Restored code compatibility with compilers that dont support c++11Gravatar Benoit Steiner2017-03-31
| * Restore the old constructors to retain compatibility with non c++11 compilers.Gravatar Benoit Steiner2017-03-31
| * Gate the sycl specific code under #ifdef syclGravatar Benoit Steiner2017-03-31
| * Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of ...Gravatar Mehdi Goli2017-03-28
| * Introduces align allocator for SYCL bufferGravatar Luke Iwanski2017-03-20
* | update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
| * Merged eigen/eigen into defaultGravatar Benoit Steiner2017-03-15
| |\ | |/ |/|