--- blas_names.h.orig 2009-03-03 03:24:52.000000000 +0000 +++ blas_names.h 2009-03-03 03:40:30.000000000 +0000 @@ -5,6 +5,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // +// Modified to include dtrsv by Kian Ming A. Chai (12 Jun 2008) #ifndef BOOST_NUMERIC_BINDINGS_BLAS_BLAS_NAMES_H #define BOOST_NUMERIC_BINDINGS_BLAS_BLAS_NAMES_H @@ -65,6 +66,13 @@ #define BLAS_CGERC FORTRAN_ID( cgerc ) #define BLAS_ZGERC FORTRAN_ID( zgerc ) +// Added by KMA Chai +#define BLAS_STRSV FORTRAN_ID( strsv ) +#define BLAS_DTRSV FORTRAN_ID( dtrsv ) +#define BLAS_CTRSV FORTRAN_ID( ctrsv ) +#define BLAS_ZTRSV FORTRAN_ID( ztrsv ) + + // // level 3 //