aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/CMakeLists.txt
Commit message (Expand)AuthorAge
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
* add cmake-option to enable/disable creation of testsGravatar NeroBurner2017-01-02
* Reenable the generation of dynamic blas libraries.Gravatar Benoit Steiner2016-11-03
* Pulled latest updates from trunkGravatar Benoit Steiner2016-10-05
* 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
* Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
* Fix rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-10
* Implement packed triangular solver.Gravatar Chen-Pang He2012-09-10
* Implement packed triangular matrix-vector product.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
* add code for band triangular problems:Gravatar Gael Guennebaud2011-12-01
* hopefully this workaround of cmake bug #9220 works for MSVC tooGravatar Gael Guennebaud2011-10-24
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* enable instalation of blas and lapack libsGravatar Gael Guennebaud2011-07-11
* forgot that one, againGravatar Gael Guennebaud2011-02-18
* forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)Gravatar Gael Guennebaud2011-02-17
* implement GBMVGravatar Gael Guennebaud2011-02-02
* enforce compilation of blas unit tests when running ctestGravatar Gael Guennebaud2010-12-12
* Remove parentheses for compatibility with cmake 2.6.2Gravatar Jitse Niesen2010-11-24
* now the full blas folder requires a fortran compilerGravatar Gael Guennebaud2010-11-22
* import reference BLAS routines which are not already implemented in Eigen : m...Gravatar Gael Guennebaud2010-11-22
* fix issue 114: workaround cmake enable_language bugGravatar Gael Guennebaud2010-11-20
* import BLAS test suiteGravatar Gael Guennebaud2010-10-14
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
* blas: fix compilation and build both a shared and static libGravatar Gael Guennebaud2010-03-24
* blas: add a default implementation of xerblaGravatar Gael Guennebaud2010-03-02
* blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM,Gravatar Gael Guennebaud2010-03-01
* Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* add a wip blas library built on top of Eigen. TODO:Gravatar Gael Guennebaud2009-09-25