eigen/blas
Hauke Heibel 84551d067e merge
2009-12-02 11:08:44 +01:00
..
CMakeLists.txt Added cmake project definitions. 2009-10-02 18:45:24 +02:00
common.h Even more NestByValue cleanup... 2009-12-01 13:16:51 +01: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 fix doc 2009-11-28 02:42:05 +01: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.

This module is not built by default. In order to compile it, you need to
type 'make blas' from within your build dir.