Home
last modified time | relevance | path

Searched refs:LAPACK_ZGBSV (Results 1 – 3 of 3) sorted by relevance

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/driver/
H A Dgbsv.hpp101 LAPACK_ZGBSV( &n, &kl, &ku, &nrhs, ab, &ldab, ipiv, b, &ldb, &info ); in gbsv()
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/detail/
H A Dlapack_names.h971 #define LAPACK_ZGBSV FORTRAN_ID2( zgbsv, ZGBSV ) macro
H A Dlapack.h2943 void LAPACK_ZGBSV( const fortran_int_t* n, const fortran_int_t* kl,