Home Browse Files
template <typename IndexType>
    IndexType
    pbsv (char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          float                 *Ab,
          IndexType             ldAb,
          float                 *B,
          IndexType             ldB);

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

template <typename IndexType>
    IndexType
    pbsv (char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          double                *Ab,
          IndexType             ldAb,
          double                *B,
          IndexType             ldB);

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

template <typename IndexType>
    IndexType
    pbsv (char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          std::complex<float >  *Ab,
          IndexType             ldAb,
          std::complex<float >  *B,
          IndexType             ldB);

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

template <typename IndexType>
    IndexType
    pbsv (char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          std::complex<double>  *Ab,
          IndexType             ldAb,
          std::complex<double>  *B,
          IndexType             ldB);

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

Home

View document source

© 2011-2012 Michael Lehn