aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Remove MSVC warning 4127 - conditional expression is constant from the disabl...Gravatar Gael Guennebaud2016-12-20
* bug #1362: workaround constant conditional warning produced by MSVCGravatar Gael Guennebaud2016-12-20
* Fix bug #1367: compilation fix for gcc 4.1!Gravatar Gael Guennebaud2016-12-20
* Add transpose, adjoint, conjugate methods to SelfAdjointView (useful to write...Gravatar Gael Guennebaud2016-12-20
* Optimize storage layout of Cwise* and PlainObjectBase evaluator to remove the...Gravatar Gael Guennebaud2016-12-20
* Remove common "noncopyable" base class from evaluator_base to get a chance to...Gravatar Gael Guennebaud2016-12-20
* Clean-up usage of ExpressionTraits in all/any implementation.Gravatar Gael Guennebaud2016-12-20
* Add support for long indexes and for (real-valued) row-major matrices to Chol...Gravatar Christoph Hertzberg2016-12-19
* Make sure that HyperPlane::transform manitains a unit normal vector in the Af...Gravatar Gael Guennebaud2016-12-20
* Fixed compilation errors with gcc6 when compiling the AVX512 intrinsicsGravatar Benoit Steiner2016-12-19
* Use 32 registers on ARM64Gravatar Benoit Jacob2016-12-19
* Include SSE packet instructions when compiling with avx512 enabled.Gravatar Benoit Steiner2016-12-19
* bug #1360: fix sign issue with pmull on altivecGravatar Gael Guennebaud2016-12-18
* Fix unused warningGravatar Gael Guennebaud2016-12-18
* Transformation methods added to ParametrizedLine class.Gravatar ermak2016-12-17
* Made sure EIGEN_HAS_C99_MATH is defined when compiling OpenCL codeGravatar Benoit Steiner2016-12-17
* 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
|\