Gael Guennebaud
|
04367447ac
|
Fix bug #496: generalize internal rank1_update implementation to accept uplo(A) += v * w and make A.triangularView() += v * w uses it.
Update unit tests and blas interface respectively.
|
2013-02-24 23:05:42 +01:00 |
|
Chen-Pang He
|
04f315d692
|
Fix rank-1 update for self-adjoint packed matrices.
|
2012-09-10 18:25:30 +08:00 |
|
Chen-Pang He
|
669db3d776
|
Extend rank-1 updates for different storage orders.
|
2012-09-09 02:55:10 +08:00 |
|
Chen-Pang He
|
e4e7585a24
|
Implement rank-2 update for packed matrices.
|
2012-09-08 17:29:44 +08:00 |
|
Chen-Pang He
|
b5f9bec8ac
|
Perform direct calls in xHEMV and xSYMV.
|
2012-09-08 15:47:33 +08:00 |
|
Chen-Pang He
|
b0b9b4d6b2
|
Implement functors for rank-1 and rank-2 update.
|
2012-09-08 01:39:16 +08:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Gael Guennebaud
|
f5f288b741
|
split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite
|
2010-11-22 18:49:12 +01:00 |
|