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
*
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