aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/BlasUtil.h
Commit message (Expand)AuthorAge
...
* * 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
* * make HessenbergDecomposition uses the Householder moduleGravatar Gael Guennebaud2009-08-17
* more product refactoringGravatar Gael Guennebaud2009-08-06
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* improve the expression analyzer to bypass Transpose expressionGravatar Gael Guennebaud2009-07-28
* trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* * GEMM enhencement: no need to pre-transpose the rhsGravatar Gael Guennebaud2009-07-22
* more refactoring in the level3 productsGravatar Gael Guennebaud2009-07-22