eigen/blas
2010-03-03 09:32:10 +01:00
..
CMakeLists.txt blas: add a default implementation of xerbla 2010-03-02 14:50:41 +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 most of level1 functions 2010-03-02 14:45:43 +01:00
complex_single.cpp blas: fix most of level1 functions 2010-03-02 14:45:43 +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: add warnings for non implemented functions 2010-03-03 09:32:10 +01:00
level2_impl.h blas: add warnings for non implemented functions 2010-03-03 09:32:10 +01:00
level3_impl.h blas: add warnings for non implemented functions 2010-03-03 09:32:10 +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
xerbla.cpp blas: add warnings for non implemented functions 2010-03-03 09:32:10 +01: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.