Home Browse Files
template <typename ENUM>
    typename std::enable_if<std::is_same<ENUM,Transpose>::value, char>::type
    getF77BlasChar(ENUM trans);

Defined in namespace flens::cxxf77blas. Function getF77BlasChar with 1 template parameters.

template <typename ENUM>
    typename std::enable_if<std::is_same<ENUM,Diag>::value, char>::type
    getF77BlasChar(ENUM diag);

Defined in namespace flens::cxxf77blas. Function getF77BlasChar with 1 template parameters.

template <typename ENUM>
    typename std::enable_if<std::is_same<ENUM,StorageUpLo>::value, char>::type
    getF77BlasChar(ENUM upLo);

Defined in namespace flens::cxxf77blas. Function getF77BlasChar with 1 template parameters.

template <typename ENUM>
    typename std::enable_if<std::is_same<ENUM,Transpose>::value,
                            Transpose>::type
    getCxxBlasEnum(char trans);

Defined in namespace flens::cxxf77blas. Function getCxxBlasEnum with 1 template parameters.

template <typename ENUM>
    typename std::enable_if<std::is_same<ENUM,Diag>::value,
                            Diag>::type
    getCxxBlasEnum(char diag);

Defined in namespace flens::cxxf77blas. Function getCxxBlasEnum with 1 template parameters.

template <typename ENUM>
    typename std::enable_if<std::is_same<ENUM,StorageUpLo>::value,
                           StorageUpLo>::type
    getCxxBlasEnum(char upLo);

Defined in namespace flens::cxxf77blas. Function getCxxBlasEnum with 1 template parameters.

Home

View document source

© 2011-2015 Michael Lehn