--- blas_names.h.orig 2009-03-03 12:47:04.000000000 +0000 +++ blas_names.h 2009-03-03 12:51:13.000000000 +0000 @@ -5,7 +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) +// Modified to include xtrsv/xtpsv by Kian Ming A. Chai (3 Mar 2009) #ifndef BOOST_NUMERIC_BINDINGS_BLAS_BLAS_NAMES_H #define BOOST_NUMERIC_BINDINGS_BLAS_BLAS_NAMES_H @@ -72,6 +72,11 @@ #define BLAS_CTRSV FORTRAN_ID( ctrsv ) #define BLAS_ZTRSV FORTRAN_ID( ztrsv ) +#define BLAS_STPSV FORTRAN_ID( stpsv ) +#define BLAS_DTPSV FORTRAN_ID( dtpsv ) +#define BLAS_CTPSV FORTRAN_ID( ctpsv ) +#define BLAS_ZTPSV FORTRAN_ID( ztpsv ) + // // level 3