index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
blas
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
*
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
*
Pulled latest updates from trunk
Benoit Steiner
2016-10-05
*
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
*
Fix Fortran compiler detection
Gael Guennebaud
2014-02-13
*
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
*
Implement rank-1 update for self-adjoint packed matrices.
Chen-Pang He
2012-09-08
*
Implement rank-2 update for packed matrices.
Chen-Pang He
2012-09-08
*
add code for band triangular problems:
Gael Guennebaud
2011-12-01
*
hopefully this workaround of cmake bug #9220 works for MSVC too
Gael Guennebaud
2011-10-24
*
Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.
Gael Guennebaud
2011-09-21
*
enable instalation of blas and lapack libs
Gael Guennebaud
2011-07-11
*
forgot that one, again
Gael Guennebaud
2011-02-18
*
forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)
Gael Guennebaud
2011-02-17
*
implement GBMV
Gael Guennebaud
2011-02-02
*
enforce compilation of blas unit tests when running ctest
Gael Guennebaud
2010-12-12
*
Remove parentheses for compatibility with cmake 2.6.2
Jitse Niesen
2010-11-24
*
now the full blas folder requires a fortran compiler
Gael Guennebaud
2010-11-22
*
import reference BLAS routines which are not already implemented in Eigen : m...
Gael Guennebaud
2010-11-22
*
fix issue 114: workaround cmake enable_language bug
Gael Guennebaud
2010-11-20
*
import BLAS test suite
Gael Guennebaud
2010-10-14
*
add platform check for how to link to the standard math library.
Benoit Jacob
2010-04-19
*
blas: fix compilation and build both a shared and static lib
Gael Guennebaud
2010-03-24
*
blas: add a default implementation of xerbla
Gael Guennebaud
2010-03-02
*
blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM,
Gael Guennebaud
2010-03-01
*
Added cmake project definitions.
Hauke Heibel
2009-10-02
*
* Introduce make targets btest (build tests), blas (build blas lib), demos (b...
Benoit Jacob
2009-09-27
*
add a wip blas library built on top of Eigen. TODO:
Gael Guennebaud
2009-09-25