aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Revert vec/y to vec*(1/y) in row-major TRSM:Gravatar Gael Guennebaud2016-12-06
* Fix BLAS backend for symmetric rank K updates.Gravatar Gael Guennebaud2016-12-06
* use numext::absGravatar Angelos Mantzaflaris2016-12-02
* 1. Add explicit template to abs2 (resolves deduction for some arithmetic types)Gravatar Angelos Mantzaflaris2016-12-02
* Fix memory leak in Ref<Sparse>Gravatar Gael Guennebaud2016-12-05
* Optimize SparseLU::solve for rhs vectorsGravatar Gael Guennebaud2016-12-05
* remove temporary in SparseLU::solveGravatar Gael Guennebaud2016-12-05
* bug #1356: fix calls to evaluator::coeffRef(0,0) to get the address of the de...Gravatar Gael Guennebaud2016-12-05
* typoGravatar Gael Guennebaud2016-12-05
* Improve performance of row-major-dense-matrix * vector products for recent CPUs.Gravatar Gael Guennebaud2016-12-05
* Clean debugging codeGravatar Gael Guennebaud2016-12-05
* Merged in srvasude/eigen (pull request PR-265)Gravatar Benoit Steiner2016-12-05
|\
* | Complete rewrite of column-major-matrix * vector product to deliver higher pe...Gravatar Gael Guennebaud2016-12-03
| * Fix small nit where I changed name of plog1p to pexpm1.Gravatar Srinivas Vasudevan2016-12-02
| * Sync from Head.Gravatar Srinivas Vasudevan2016-12-02
| |\ | |/ |/|
| * Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* | Ease compiler job to generate clean and efficient code in mat*vec.Gravatar Gael Guennebaud2016-12-02
* | Operators += and -= do not resize!Gravatar Gael Guennebaud2016-12-02
* | bug #1355: Fixed wrong line-endings on two filesGravatar Christoph Hertzberg2016-12-02
* | typo UIntPtrGravatar Angelos Mantzaflaris2016-12-01
* | fix two warnings(unused typedef, unused variable) and a typoGravatar Angelos Mantzaflaris2016-12-01
|/
* Clean up SparseCore module regarding ReverseInnerIteratorGravatar Gael Guennebaud2016-12-01
* fix member orderGravatar Gael Guennebaud2016-12-01
* Merged in rmlarsen/eigen (pull request PR-256)Gravatar Gael Guennebaud2016-12-01
|\
* \ Merged eigen/eigen into defaultGravatar Benoit Steiner2016-12-01
|\ \
| * | Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
* | | Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in Tens...Gravatar Mehdi Goli2016-12-01
|/ /
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-30
|\ \
| * | Fix slection of product implementation for dynamic size matrices with fixed m...Gravatar Gael Guennebaud2016-11-30
| * | Fix a performance regression in (mat*mat)*vec for which mat*mat was evaluated...Gravatar Gael Guennebaud2016-11-30
| * | bug #1351: fix compilation of random with old compilersGravatar Gael Guennebaud2016-11-30
| | * Add a default constructor for the "fake" __half class when not using theGravatar Rasmus Munk Larsen2016-11-29
| |/
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-26
|\|
* | Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25
| * Disabled the "remove the call to 'std::abs' since unsigned values cannot be n...Gravatar Benoit Steiner2016-11-23
* | Removing unsupported device from test case; cleaning the tensor device sycl.Gravatar Mehdi Goli2016-11-23
| * Fix compilation with gcc and old ABI versionGravatar Gael Guennebaud2016-11-23
| * Fix compilation issue with MSVC:Gravatar Gael Guennebaud2016-11-23
| * Optimize predux<Packet8f> (AVX)Gravatar Gael Guennebaud2016-11-22
| * Disable usage of SSE3 _mm_hadd_ps that is extremely slow.Gravatar Gael Guennebaud2016-11-22
| * Optimize predux<Packet4d> (AVX)Gravatar Gael Guennebaud2016-11-22
| * Disable usage of SSE3 haddpd that is extremely slow.Gravatar Gael Guennebaud2016-11-22
| * Fix regression in assigment of sparse block to spasre block.Gravatar Gael Guennebaud2016-11-21
|/
* Enable the use of constant expressions with clang >= 3.6Gravatar Benoit Steiner2016-11-20
* Fix compilation issue in mat = permutation (regression introduced in 8193ffb3...Gravatar Gael Guennebaud2016-11-20
* Fixed merge conflictsGravatar Benoit Steiner2016-11-19
* Merged in benoitsteiner/opencl (pull request PR-253)Gravatar Benoit Steiner2016-11-19
|\
* | Enable EIGEN_HAS_C99_MATH when building with the latest version of Visual StudioGravatar Benoit Steiner2016-11-18
* | Merged in ChunW/eigen (pull request PR-252)Gravatar Gael Guennebaud2016-11-18
|\ \
| | * Added isnan, isfinite and isinf for SYCL device. Plus test for that.Gravatar Luke Iwanski2016-11-18