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

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

template <typename IndexType>
    double
    lansf(char                  norm,
          char                  transr,
          char                  uplo,
          IndexType             n,
          const double          *A,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn