index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
Assign_MKL.h
Commit message (
Expand
)
Author
Age
*
Fix reserved usage of double __ in macro names
Gael Guennebaud
2018-11-23
*
bug #1527: fix support for MKL's VML (destination was not properly resized)
Gael Guennebaud
2018-04-03
*
Fix support of Intel's VML
Gael Guennebaud
2016-07-06
*
Removed executable bit from header files
Benoit Steiner
2016-03-23
*
Enable VML's pow wrapper on windows (the previous wrapper used the Fortran in...
Gael Guennebaud
2015-06-23
*
bug #923: update support for Intel's VML wrt new evaluation mechanisms
Gael Guennebaud
2015-06-23
*
Fix VML declarations to only be for real/complex as appropriate
Deanna Hood
2015-03-17
*
Remove packet isNaN, isInf, isFinite
Deanna Hood
2015-03-17
*
Rename isinf to isInf
Deanna Hood
2015-03-17
*
Add isfinite array support as isFinite
Deanna Hood
2015-03-17
*
Rename isnan to isNaN
Deanna Hood
2015-03-17
*
Add hyperbolic trigonometric functions from std array support
Deanna Hood
2015-03-11
*
Add log10 array support
Deanna Hood
2015-03-11
*
Additional unary coeff-wise functors (isnan, round, arg, e.g.)
Deanna Hood
2015-03-11
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Add component-wise atan() function (see bug #80).
Roger Martin
2014-06-19
*
fix a typo in commit 324ecf153b9b9ab85297e3087f0376e6c55f78fc
Gael Guennebaud
2012-08-27
*
disable the MKL's vm*powx functions on windows
Gael Guennebaud
2012-06-14
*
fix more warnings in MKL support
Gael Guennebaud
2012-04-18
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
- split and rename defined tokens to enable the use of BLAS/Lapack/VML/etc
Gael Guennebaud
2011-12-09
*
Intel(R) MKL support added.
karturov
2011-12-05