aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/level2_real_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
|
* Remove dead code in selfadjoint_matrix_vector_productGravatar Gael Guennebaud2015-10-09
|
* 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)
* Fix bug #496: generalize internal rank1_update implementation to accept ↵Gravatar Gael Guennebaud2013-02-24
| | | | | | uplo(A) += v * w and make A.triangularView() += v * w uses it. Update unit tests and blas interface respectively.
* Use conj_expr_if to clarify what it's doing.Gravatar Chen-Pang He2012-09-09
|
* Extend rank-1 updates for different storage orders.Gravatar Chen-Pang He2012-09-09
|
* Implement rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-08
|
* Implement rank-2 update for packed matrices.Gravatar Chen-Pang He2012-09-08
|
* Perform direct calls in xHEMV and xSYMV.Gravatar Chen-Pang He2012-09-08
|
* 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
|
* 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