eigen/blas
Benoit Jacob 92480ffd26 * Introduce make targets btest (build tests), blas (build blas lib), demos (build demos).
* remove EIGEN_BUILD_TESTS and siblings
* add summary at the end of cmake run, hopefully not too verbose
* fix build of quaternion demo
* kill remnants of old binary library option
2009-09-27 17:48:53 -04:00
..
CMakeLists.txt * Introduce make targets btest (build tests), blas (build blas lib), demos (build demos). 2009-09-27 17:48:53 -04:00
common.h add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
complex_double.cpp add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
complex_single.cpp add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
double.cpp add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
level1_impl.h add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
level2_impl.h add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
level3_impl.h add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
README.txt add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00
single.cpp add a wip blas library built on top of Eigen. TODO: 2009-09-25 13:08:39 +02:00

This directory contains a BLAS library built on top of Eigen.

This is currently a work in progress which is far to be ready for use,
but feel free to contribute to it if you wish.

If you want to compile it, set the cmake variable EIGEN_BUILD_BLAS to "on".