--- lapack_names.h.orig 2009-03-03 16:06:00.000000000 +0000 +++ lapack_names.h 2009-03-03 16:07:05.000000000 +0000 @@ -11,6 +11,7 @@ * */ /* Modified to include xgeqp3 by Kian Ming A. Chai (14 May 2008) */ +/* Modified to include ppcon and trcon by Kian Ming A. Chai (3 March 2009) */ #ifndef BOOST_NUMERIC_BINDINGS_LAPACK_LAPACK_NAMES_H #define BOOST_NUMERIC_BINDINGS_LAPACK_LAPACK_NAMES_H @@ -308,6 +309,21 @@ #define LAPACK_CGELSD FORTRAN_ID( cgelsd ) #define LAPACK_ZGELSD FORTRAN_ID( zgelsd ) + +/********************************************/ +/* Condition numbers */ + +#define LAPACK_STRCON FORTRAN_ID( strcon ) +#define LAPACK_DTRCON FORTRAN_ID( dtrcon ) +#define LAPACK_CTRCON FORTRAN_ID( ctrcon ) +#define LAPACK_ZTRCON FORTRAN_ID( ztrcon ) + +#define LAPACK_SPPCON FORTRAN_ID( sppcon ) +#define LAPACK_DPPCON FORTRAN_ID( dppcon ) +#define LAPACK_CPPCON FORTRAN_ID( cppcon ) +#define LAPACK_ZPPCON FORTRAN_ID( zppcon ) + + /********************************************/ /* auxiliary */