eigen/blas
2010-03-02 12:44:40 +01:00
..
CMakeLists.txt blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM, 2010-03-01 19:06:07 +01:00
common.h blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM, 2010-03-01 19:06:07 +01:00
complex_double.cpp blas: fix HEMM and HERK 2010-03-02 12:44:40 +01:00
complex_single.cpp blas: fix HEMM and HERK 2010-03-02 12:44:40 +01: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 blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM, 2010-03-01 19:06:07 +01: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 blas: fix HEMM and HERK 2010-03-02 12:44:40 +01: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.