aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Enable Array(EigenBase<>) ctor for compatible scalar types only. This ↵Gravatar Gael Guennebaud2017-06-12
| | | | prevents nested arrays to look as being convertible from/to simple arrays.
* Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>Gravatar Gael Guennebaud2017-06-12
|
* Fix 1x1 case in Solve expression with ↵Gravatar Gael Guennebaud2017-06-12
| | | | EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION==RowMajor
* 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 ↵Gravatar Gael Guennebaud2017-06-09
| | | | destination of matrix*matrix products.
* 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 ↵Gravatar Gael Guennebaud2017-06-09
| | | | nested expression.
* 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 ↵Gravatar Gael Guennebaud2017-06-09
| | | | previous commit)
* 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 ↵Gravatar Gael Guennebaud2017-06-09
| | | | NumTraits<half>
* 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
| | | | product and conjugate.
* Make sure CholmodSupport works when included in multiple compilation units ↵Gravatar Christoph Hertzberg2017-06-06
| | | | (issue was reported on stackoverflow.com)
* 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 ↵Gravatar Abhijit Kundu2017-05-01
| | | | message 'calling a __host__ function from a __host__ __device__ function is not allowed'.
* 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/ ↵Gravatar RJ Ryan2017-04-14
| | | | | | | | | | in MeanReducer. Improves support for std::complex types when compiling for CUDA. Expands on e2e9cdd16970914cf0a892fea5e7c4402b3ede41 and 2bda1b0d93fb627d0c500ec48b20302d44c32cb7 .
* Improve mixing of complex and real in the vectorized path of ↵Gravatar Gael Guennebaud2017-04-14
| | | | apply_rotation_in_the_plane
* 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
|\ | | | | | | OpenCL improvements
| * 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
| | | | | | | | Gated more sycl code under #ifdef sycl
| * 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
| | | | | | | | dims to be int in Argmax.
| * 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
| |\ | |/ |/|