index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
blas
Commit message (
Expand
)
Author
Age
*
Implement stricter argument checking for SYRK and SY2K and real matrices. To ...
Rasmus Munk Larsen
2016-04-27
*
Improve constness of level2 blas API.
Gael Guennebaud
2016-04-11
*
Improve constness of blas level-3 interface.
Gael Guennebaud
2016-04-11
*
bug #1152: Fix data race in static initialization of blas
Benoit Jacob
2016-01-26
*
bug #51: add block preallocation mechanism to selfadjoit*matrix product.
Gael Guennebaud
2016-01-25
*
update BLAS interface to general_matrix_matrix_triangular_product
Gael Guennebaud
2016-01-25
*
Fix degenerate cases in syrk and trsm
Gael Guennebaud
2015-11-30
*
Update BLAS API unit tests
Gael Guennebaud
2015-11-30
*
Remove dead code in selfadjoint_matrix_vector_product
Gael Guennebaud
2015-10-09
*
Modify GEMM to handle m=0, n=0, and k=0 cases.
Eric Martin
2015-07-11
*
fix some legitimate shadow warnings
Gael Guennebaud
2015-06-09
*
Cygwin does not like weak linking either.
Christoph Hertzberg
2015-02-28
*
merge Tensor module within Eigen/unsupported and update gemv BLAS wrapper
Gael Guennebaud
2015-02-12
|
\
*
|
remove useless include
Gael Guennebaud
2015-02-10
*
|
typo
Gael Guennebaud
2015-02-10
|
*
Pulled the latest changes from the trunk
Benoit Steiner
2015-02-06
|
|
\
|
|
/
|
/
|
*
|
Remove unused fortran files
Gael Guennebaud
2014-12-13
*
|
Use f2c generated code instead of the original fortran code, except for dotc/...
Gael Guennebaud
2014-12-11
*
|
Adds a modified f2c-generated C implmentation for BLAS.
Tim Murray
2014-11-24
|
*
Made the blocking computation aware of the l3 cache
Benoit Steiner
2014-10-15
|
/
*
Fix bug #61: gemm was broken since we changed the blocking order
Gael Guennebaud
2014-07-24
*
Fix implicit long to int conversions in blas interface
Gael Guennebaud
2014-07-08
*
The BLAS interface is complete.
Gael Guennebaud
2014-06-06
*
Fix bug #776: it seems that mingw does not support weak linking
Gael Guennebaud
2014-04-01
*
Rename the vector() factories defined in blas/common.h into make_vector() to ...
Benoit Steiner
2014-04-01
*
Fix Fortran compiler detection
Gael Guennebaud
2014-02-13
*
Fix dot*w to return 0 for empty vectors (BLAS interface)
Gael Guennebaud
2013-10-01
*
Add missing changes.
Gael Guennebaud
2013-06-12
*
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 bug #314:
Gael Guennebaud
2012-11-06
*
Merged in jdh8/eigen (pull request PR-17)
Gael Guennebaud
2012-09-11
|
\
*
|
fix compilation on freebsd
Gael Guennebaud
2012-09-11
|
*
Fix rank-1 update for self-adjoint packed matrices.
Chen-Pang He
2012-09-10
|
*
Implement packed triangular solver.
Chen-Pang He
2012-09-10
|
*
Implement packed triangular matrix-vector product.
Chen-Pang He
2012-09-09
|
*
Use conj_expr_if to clarify what it's doing.
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
|
*
Simplify Rank2Update.h
Chen-Pang He
2012-09-08
|
*
Comment FIXMEs on Rank2Update.h and remove unused files.
Chen-Pang He
2012-09-08
|
*
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 SDSDOT with DSDOT and avoid allocating buffers in DSDOT.
Chen-Pang He
2012-09-08
*
Implement functors for rank-1 and rank-2 update.
Chen-Pang He
2012-09-08
*
Fix memory leak in DSDOT.
Chen-Pang He
2012-09-07
*
BLAS: implement DSDOT and SDSDOT; update test for them.
Chen-Pang He
2012-09-05
*
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
*
remove dynamic allocation for fixed size object and triangular matrix-matrix ...
Gael Guennebaud
2012-06-26
[next]