Home Browse Files
template <typename IndexType>
    float
    lantp(char                  norm,
          char                  uplo,
          char                  diag,
          IndexType             n,
          const float           *Ap,
          float                 *work);

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

template <typename IndexType>
    double
    lantp(char                  norm,
          char                  uplo,
          char                  diag,
          IndexType             n,
          const double          *Ap,
          double                *work);

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

template <typename IndexType>
    float
    lantp(char                          norm,
          char                          uplo,
          char                          diag,
          IndexType                     n,
          const std::complex<float >    *Ap,
          float                         *work);

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

template <typename IndexType>
    double
    lantp(char                          norm,
          char                          uplo,
          char                          diag,
          IndexType                     n,
          const std::complex<double>    *Ap,
          double                        *work);

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

Home

View document source

© 2011-2012 Michael Lehn