aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/BlasUtil.h
Commit message (Expand)AuthorAge
* bug #923: fix EIGEN_USE_BLAS modeGravatar Gael Guennebaud2015-06-23
* Fix MSVC compilation: aligned type must be passed by referenceGravatar Gael Guennebaud2015-03-19
* Packet must be passed by const reference and not by value to avoid alignment ...Gravatar Gael Guennebaud2015-02-17
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
* | Generalized the gebp apisGravatar Benoit Steiner2014-10-02
| * Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
|/
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* | Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* now gemv supports stridesGravatar Gael Guennebaud2011-01-30
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* wip: extend the gebp kernel to optimize complex and mixed productsGravatar Gael Guennebaud2010-07-19
* mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* syncGravatar Gael Guennebaud2010-07-10
|\
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
| * move ei_conj_if to a more appropriate fileGravatar Gael Guennebaud2010-07-09
* | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
|/
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
* email changeGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* undo 314bfa13753f153d44ff76a1c8ce0206616b06d9Gravatar Benoit Jacob2010-06-11
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
* fix issue #128 : inner stride can also be 0 in which case it means 1...Gravatar Gael Guennebaud2010-06-01
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* fix grave bug introduced by me: the low-level matrix-vector product functions...Gravatar Benoit Jacob2010-04-20
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
* detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* fix the xpr analyzer for TransposeGravatar Gael Guennebaud2009-12-23
* * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01