index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
blas
/
common.h
Commit message (
Expand
)
Author
Age
*
Consistently use EIGEN_BLAS_FUNC in BLAS.
Sameer Agarwal
2019-02-27
*
Fix numerous shadow-warnings for GCC<=4.8
Christoph Hertzberg
2018-08-28
*
Improve constness of level2 blas API.
Gael Guennebaud
2016-04-11
*
Improve constness of blas level-3 interface.
Gael Guennebaud
2016-04-11
*
typo
Gael Guennebaud
2015-02-10
*
Rename the vector() factories defined in blas/common.h into make_vector() to ...
Benoit Steiner
2014-04-01
*
Merged in jdh8/eigen (pull request PR-17)
Gael Guennebaud
2012-09-11
|
\
*
|
fix compilation on freebsd
Gael Guennebaud
2012-09-11
|
*
Implement packed triangular solver.
Chen-Pang He
2012-09-10
|
*
Implement packed triangular matrix-vector product.
Chen-Pang He
2012-09-09
|
*
Extend rank-1 updates for different storage orders.
Chen-Pang He
2012-09-09
|
*
Implement rank-1 update for self-adjoint packed matrices.
Chen-Pang He
2012-09-08
|
/
*
Implement functors for rank-1 and rank-2 update.
Chen-Pang He
2012-09-08
*
Fix a typo in blas/common.h
Chen-Pang He
2012-09-03
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
mv blas.h to src/misc such that it would be possible to use any blas libraries,
Gael Guennebaud
2011-12-09
*
add code for band triangular problems:
Gael Guennebaud
2011-12-01
*
move the blas.h header to blas/ and remove declaration of function returning ...
Gael Guennebaud
2011-10-19
*
BTL: add a Eigen-blas backend
Gael Guennebaud
2011-03-23
*
forgot to include this file in previous commit (needed for lapack)
Gael Guennebaud
2011-02-18
*
split level 1 and 2 implementation files into smaller ones and fix a couple o...
Gael Guennebaud
2010-11-22
*
some cleaning in blas level 2
Gael Guennebaud
2010-11-19
*
implement HER and HER2 blas routines
Gael Guennebaud
2010-11-19
*
implement proper error handling in level 3 routines
Gael Guennebaud
2010-11-03
*
add the prototype of all level2 functions
Gael Guennebaud
2010-10-08
*
finish/fix level1 blas, all test pass
Gael Guennebaud
2010-07-17
*
fix a couple a issue with blas (new TRMM api, and enforece column major)
Gael Guennebaud
2010-07-16
*
email change
Gael Guennebaud
2010-06-24
*
blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM,
Gael Guennebaud
2010-03-01
*
Even more NestByValue cleanup...
Hauke Heibel
2009-12-01
*
Much more NestByValue cleanup.
Hauke Heibel
2009-12-01
*
add a wip blas library built on top of Eigen. TODO:
Gael Guennebaud
2009-09-25