aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign_MKL.h
Commit message (Collapse)AuthorAge
* Fix reserved usage of double __ in macro namesGravatar Gael Guennebaud2018-11-23
|
* bug #1527: fix support for MKL's VML (destination was not properly resized)Gravatar Gael Guennebaud2018-04-03
|
* Fix support of Intel's VMLGravatar Gael Guennebaud2016-07-06
|
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
|
* Enable VML's pow wrapper on windows (the previous wrapper used the Fortran ↵Gravatar Gael Guennebaud2015-06-23
| | | | interface)
* bug #923: update support for Intel's VML wrt new evaluation mechanismsGravatar Gael Guennebaud2015-06-23
|
* Fix VML declarations to only be for real/complex as appropriateGravatar Deanna Hood2015-03-17
|
* Remove packet isNaN, isInf, isFiniteGravatar Deanna Hood2015-03-17
|
* Rename isinf to isInfGravatar Deanna Hood2015-03-17
|
* Add isfinite array support as isFiniteGravatar Deanna Hood2015-03-17
|
* Rename isnan to isNaNGravatar Deanna Hood2015-03-17
|
* Add hyperbolic trigonometric functions from std array supportGravatar Deanna Hood2015-03-11
|
* Add log10 array supportGravatar Deanna Hood2015-03-11
|
* Additional unary coeff-wise functors (isnan, round, arg, e.g.)Gravatar Deanna Hood2015-03-11
|
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
|
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
|
* fix a typo in commit 324ecf153b9b9ab85297e3087f0376e6c55f78fcGravatar Gael Guennebaud2012-08-27
| | | | (regarding MKL on windows)
* disable the MKL's vm*powx functions on windowsGravatar Gael Guennebaud2012-06-14
|
* fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
|
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
| | | | - include MKL headers outside the Eigen namespace.
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* * * License disclaimer changed to BSD license for MKL_support.h * * * Pardiso support fixed, test added. blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product. * * * PARDISO test was added physically.