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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn