index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
blas
/
level2_impl.h
Commit message (
Expand
)
Author
Age
*
Improve constness of level2 blas API.
Gael Guennebaud
2016-04-11
*
bug #1152: Fix data race in static initialization of blas
Benoit Jacob
2016-01-26
*
fix some legitimate shadow warnings
Gael Guennebaud
2015-06-09
*
merge Tensor module within Eigen/unsupported and update gemv BLAS wrapper
Gael Guennebaud
2015-02-12
*
Rename the vector() factories defined in blas/common.h into make_vector() to ...
Benoit Steiner
2014-04-01
*
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
Implement packed triangular solver.
Chen-Pang He
2012-09-10
*
Implement packed triangular matrix-vector product.
Chen-Pang He
2012-09-09
*
Implement functors for rank-1 and rank-2 update.
Chen-Pang He
2012-09-08
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Intel(R) MKL support added.
karturov
2011-12-05
*
add code for band triangular problems:
Gael Guennebaud
2011-12-01
*
implement GBMV
Gael Guennebaud
2011-02-02
*
split level 1 and 2 implementation files into smaller ones and fix a couple o...
Gael Guennebaud
2010-11-22
*
implement HEMV level2 blas routine
Gael Guennebaud
2010-11-21
*
implement SYMV level2 blas routines
Gael Guennebaud
2010-11-21
*
implements TRMV level 2 blas routine
Gael Guennebaud
2010-11-20
*
some cleaning in blas level 2
Gael Guennebaud
2010-11-19
*
implement GERC and GERU blas routines
Gael Guennebaud
2010-11-19
*
implement GER blas routine
Gael Guennebaud
2010-11-19
*
implement HER and HER2 blas routines
Gael Guennebaud
2010-11-19
*
implement SYR and SYR2
Gael Guennebaud
2010-11-19
*
blas level2: gemv and trsv are green
Gael Guennebaud
2010-11-05
*
merge
Gael Guennebaud
2010-11-04
|
\
*
|
implement proper error handling in level 3 routines
Gael Guennebaud
2010-11-03
|
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
|
add the prototype of all level2 functions
Gael Guennebaud
2010-10-08
|
/
*
email change
Gael Guennebaud
2010-06-24
*
blas: add warnings for non implemented functions
Gael Guennebaud
2010-03-03
*
add a wip blas library built on top of Eigen. TODO:
Gael Guennebaud
2009-09-25