aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* NumTraits.h:Gravatar Rafael Guglielmetti2016-12-16
* Reenabled the use of constexpr on OpenCL devicesGravatar Benoit Steiner2016-12-15
* bug #1363: fix mingw's ABI issueGravatar Gael Guennebaud2016-12-15
* bug #1358: fix compilation for sparse += sparse.selfadjointView();Gravatar Gael Guennebaud2016-12-14
* bug #1359: fix compilation of col_major_sparse.row() *= scalarGravatar Gael Guennebaud2016-12-14
* bug #1359: fix sparse /=scalar and *=scalar implementation.Gravatar Gael Guennebaud2016-12-14
* bug #1361: fix compilation issue in mat=perm.inverse()Gravatar Gael Guennebaud2016-12-13
* Merged in srvasude/eigen/fix_cuda_exp (pull request PR-268)Gravatar Benoit Steiner2016-12-08
|\
* | 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
| * Change comparisons to use Scalar instead of RealScalar.Gravatar Srinivas Vasudevan2016-12-05
| * Fix expm1 CUDA implementation (do not shadow exp CUDA implementation).Gravatar Srinivas Vasudevan2016-12-05
* | 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