aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
Commit message (Expand)AuthorAge
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
* Fix compilation of BLAS backend and frontendGravatar Gael Guennebaud2019-09-11
* bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1Gravatar Gael Guennebaud2019-09-10
* Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Ag...Gravatar Christoph Hertzberg2019-04-15
* Consistently use EIGEN_BLAS_FUNC in BLAS.Gravatar Sameer Agarwal2019-02-27
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* add cmake-option to enable/disable creation of testsGravatar NeroBurner2017-01-02
* Reenable the generation of dynamic blas libraries.Gravatar Benoit Steiner2016-11-03
* Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\
* | Pulled latest updates from trunkGravatar Benoit Steiner2016-10-05
| * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| * Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* | Enabled a number of tests previously disabled by mistakeGravatar Benoit Steiner2016-05-03
* | Pulled latest updates from upstreamGravatar Benoit Steiner2016-04-29
|\|
| * Implement stricter argument checking for SYRK and SY2K and real matrices. To ...Gravatar Rasmus Munk Larsen2016-04-27
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * Improve constness of level2 blas API.Gravatar Gael Guennebaud2016-04-11
| * Improve constness of blas level-3 interface.Gravatar Gael Guennebaud2016-04-11
* | Fixed indentationGravatar Benoit Steiner2016-02-04
| * bug #1152: Fix data race in static initialization of blasGravatar Benoit Jacob2016-01-26
| * bug #51: add block preallocation mechanism to selfadjoit*matrix product.Gravatar Gael Guennebaud2016-01-25
| * update BLAS interface to general_matrix_matrix_triangular_productGravatar Gael Guennebaud2016-01-25
|/
* Fix degenerate cases in syrk and trsmGravatar Gael Guennebaud2015-11-30
* Update BLAS API unit testsGravatar Gael Guennebaud2015-11-30
* Remove dead code in selfadjoint_matrix_vector_productGravatar Gael Guennebaud2015-10-09
* Modify GEMM to handle m=0, n=0, and k=0 cases.Gravatar Eric Martin2015-07-11
* fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-09
* Cygwin does not like weak linking either.Gravatar Christoph Hertzberg2015-02-28
* merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
|\
* | remove useless includeGravatar Gael Guennebaud2015-02-10
* | typoGravatar Gael Guennebaud2015-02-10
| * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| |\ | |/ |/|
* | Remove unused fortran filesGravatar Gael Guennebaud2014-12-13
* | Use f2c generated code instead of the original fortran code, except for dotc/...Gravatar Gael Guennebaud2014-12-11
* | Adds a modified f2c-generated C implmentation for BLAS.Gravatar Tim Murray2014-11-24
| * Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
|/
* Fix bug #61: gemm was broken since we changed the blocking orderGravatar Gael Guennebaud2014-07-24
* Fix implicit long to int conversions in blas interfaceGravatar Gael Guennebaud2014-07-08
* The BLAS interface is complete.Gravatar Gael Guennebaud2014-06-06
* Fix bug #776: it seems that mingw does not support weak linkingGravatar Gael Guennebaud2014-04-01
* Rename the vector() factories defined in blas/common.h into make_vector() to ...Gravatar Benoit Steiner2014-04-01
* Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
* Fix dot*w to return 0 for empty vectors (BLAS interface)Gravatar Gael Guennebaud2013-10-01
* Add missing changes.Gravatar Gael Guennebaud2013-06-12
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Fix bug #496: generalize internal rank1_update implementation to accept uplo(...Gravatar Gael Guennebaud2013-02-24
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06