aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/level2_impl.h
Commit message (Collapse)AuthorAge
* Improve constness of level2 blas API.Gravatar Gael Guennebaud2016-04-11
|
* bug #1152: Fix data race in static initialization of blasGravatar Benoit Jacob2016-01-26
|
* fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-09
|
* merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
|
* Rename the vector() factories defined in blas/common.h into make_vector() to ↵Gravatar Benoit Steiner2014-04-01
| | | | prevent a possible name conflict with std::vector.
* bug #482: pass scalar arguments by const references. Still remains a few ↵Gravatar Gael Guennebaud2013-02-25
| | | | cases that might affect the ABI (see the bug entry)
* Implement packed triangular solver.Gravatar Chen-Pang He2012-09-10
|
* Implement packed triangular matrix-vector product.Gravatar Chen-Pang He2012-09-09
|
* Implement functors for rank-1 and rank-2 update.Gravatar Chen-Pang He2012-09-08
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* 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.
* add code for band triangular problems:Gravatar Gael Guennebaud2011-12-01
| | | | | - currently available from the BLAS interface only - and for vectors only
* implement GBMVGravatar Gael Guennebaud2011-02-02
|
* split level 1 and 2 implementation files into smaller ones and fix a couple ↵Gravatar Gael Guennebaud2010-11-22
| | | | of numerical and tricky issues discovered by the lapack test suite
* implement HEMV level2 blas routineGravatar Gael Guennebaud2010-11-21
|
* implement SYMV level2 blas routinesGravatar Gael Guennebaud2010-11-21
|
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
|
* some cleaning in blas level 2Gravatar Gael Guennebaud2010-11-19
|
* implement GERC and GERU blas routinesGravatar Gael Guennebaud2010-11-19
|
* implement GER blas routineGravatar Gael Guennebaud2010-11-19
|
* implement HER and HER2 blas routinesGravatar Gael Guennebaud2010-11-19
|
* implement SYR and SYR2Gravatar Gael Guennebaud2010-11-19
|
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
|
* mergeGravatar Gael Guennebaud2010-11-04
|\
* | implement proper error handling in level 3 routinesGravatar Gael Guennebaud2010-11-03
| |
| * bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
| |
* | add the prototype of all level2 functionsGravatar Gael Guennebaud2010-10-08
|/
* email changeGravatar Gael Guennebaud2010-06-24
|
* blas: add warnings for non implemented functionsGravatar Gael Guennebaud2010-03-03
|
* add a wip blas library built on top of Eigen. TODO:Gravatar Gael Guennebaud2009-09-25
- write extentive unit tests (maybe this already exist in other projects) - the level2 functions still have to be implemented