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
*
Replace language_support module with builtin CheckLanguage
Samir Benmendil
2021-01-27
*
STYLE: Remove CMake-language block-end command arguments
Hans Johnson
2019-10-31
*
bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...
Gael Guennebaud
2019-09-11
*
Fix compilation of BLAS backend and frontend
Gael Guennebaud
2019-09-11
*
bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1
Gael Guennebaud
2019-09-10
*
Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Ag...
Christoph Hertzberg
2019-04-15
*
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
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
add cmake-option to enable/disable creation of tests
NeroBurner
2017-01-02
*
Reenable the generation of dynamic blas libraries.
Benoit Steiner
2016-11-03
*
Merged latest updates from trunk
Benoit Steiner
2016-10-05
|
\
*
|
Pulled latest updates from trunk
Benoit Steiner
2016-10-05
|
*
Relax mixing-type constraints for binary coefficient-wise operators:
Gael Guennebaud
2016-06-06
|
*
Enable and fix -Wdouble-conversion warnings
Christoph Hertzberg
2016-05-05
*
|
Enabled a number of tests previously disabled by mistake
Benoit Steiner
2016-05-03
*
|
Pulled latest updates from upstream
Benoit Steiner
2016-04-29
|
\
|
|
*
Implement stricter argument checking for SYRK and SY2K and real matrices. To ...
Rasmus Munk Larsen
2016-04-27
*
|
Pull latest updates from upstream
Benoit Steiner
2016-04-11
|
\
|
|
*
Improve constness of level2 blas API.
Gael Guennebaud
2016-04-11
|
*
Improve constness of blas level-3 interface.
Gael Guennebaud
2016-04-11
*
|
Fixed indentation
Benoit Steiner
2016-02-04
|
*
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
[next]