Home Browse Files
template <typename IndexType>
    IndexType
    gbsv(IndexType             n,
         IndexType             kl,
         IndexType             ku,
         IndexType             nRhs,
         float                 *Ab,
         IndexType             ldAb,
         IndexType             *iPiv,
         float                 *B,
         IndexType             ldB);

Defined in namespace cxxlapack. Function gbsv with 1 template parameters.

template <typename IndexType>
    IndexType
    gbsv(IndexType             n,
         IndexType             kl,
         IndexType             ku,
         IndexType             nRhs,
         double                *Ab,
         IndexType             ldAb,
         IndexType             *iPiv,
         double                *B,
         IndexType             ldB);

Defined in namespace cxxlapack. Function gbsv with 1 template parameters.

template <typename IndexType>
    IndexType
    gbsv(IndexType             n,
         IndexType             kl,
         IndexType             ku,
         IndexType             nRhs,
         std::complex<float >  *Ab,
         IndexType             ldAb,
         IndexType             *iPiv,
         std::complex<float >  *B,
         IndexType             ldB);

Defined in namespace cxxlapack. Function gbsv with 1 template parameters.

template <typename IndexType>
    IndexType
    gbsv(IndexType             n,
         IndexType             kl,
         IndexType             ku,
         IndexType             nRhs,
         std::complex<double>  *Ab,
         IndexType             ldAb,
         IndexType             *iPiv,
         std::complex<double>  *B,
         IndexType             ldB);

Defined in namespace cxxlapack. Function gbsv with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn