aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Merged in mehdi_goli/upstr_benoit/HiperbolicOP (pull request PR-13)Gravatar Benoit Steiner2017-07-06
| | | | | | | | Adding hyperbolic operations for sycl. * Adding hyperbolic operations. * Adding the hyperbolic operations for CPU as well.
* 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
|
* 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.
* 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
|
* 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
|
* 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
|
* update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
|
* Merged in ilya-biryukov/eigen/fix_clang_cuda_compilation (pull request PR-304)Gravatar Benoit Steiner2017-03-15
|\ | | | | | | Fixed compilation with cuda-clang
* | better check array index before using itGravatar Gael Guennebaud2017-03-15
| |
* | ARM prefetch fixes: Implement prefetch on ARM64. Do not clobber cc on ARM32.Gravatar Benoit Jacob2017-03-15
| |
| * Fixed compilation with cuda-clangGravatar Ilya Biryukov2017-03-06
|/
* fix typoGravatar Gael Guennebaud2017-03-07
|
* remove UTF8 symbolGravatar Gael Guennebaud2017-03-07
|
* remove UTF8 symbolsGravatar Gael Guennebaud2017-03-07
|
* do not include std header within extern CGravatar Gael Guennebaud2017-03-07
|
* bug #1400: fix stableNorm with EIGEN_DONT_ALIGN_STATICALLYGravatar Gael Guennebaud2017-03-07
|
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
| | | | | * they're used consistently between the declaration and the definition of a function * we avoid calling host only methods from host device methods.
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-03-01
|
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
|
* Made most of the packet math primitives usable within CUDA kernel when ↵Gravatar Benoit Steiner2017-02-28
| | | | compiling with clang
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
|
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
|
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2017-02-28
|
* Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to ↵Gravatar Benoit Steiner2017-02-28
| | | | run on GPU yet.
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
|
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
|
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
|
* bug #1396: add some missing EIGEN_DEVICE_FUNCGravatar Gael Guennebaud2017-02-28
|
* Added missing EIGEN_DEVICE_FUNC to the SelfCwise binary opsGravatar Benoit Steiner2017-02-27
|
* Added missing EIGEN_DEVICE_FUNC qualifiers to several nullary op methods.Gravatar Benoit Steiner2017-02-27
|