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_cplx_impl.h
Commit message (
Expand
)
Author
Age
*
Remove dead code in selfadjoint_matrix_vector_product
Gael Guennebaud
2015-10-09
*
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
*
Fix bug #496: generalize internal rank1_update implementation to accept uplo(...
Gael Guennebaud
2013-02-24
*
Fix rank-1 update for self-adjoint packed matrices.
Chen-Pang He
2012-09-10
*
Extend rank-1 updates for different storage orders.
Chen-Pang He
2012-09-09
*
Implement rank-2 update for packed matrices.
Chen-Pang He
2012-09-08
*
Perform direct calls in xHEMV and xSYMV.
Chen-Pang He
2012-09-08
*
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
*
split level 1 and 2 implementation files into smaller ones and fix a couple o...
Gael Guennebaud
2010-11-22