Home Browse Files
template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    rotm(IndexType n,
         float *x, IndexType incX,
         float *y, IndexType incY,
         const float *p);

Defined in namespace cxxblas. Function rotm with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    rotm(IndexType n,
         double *x, IndexType incX,
         double *y, IndexType incY,
         const double *p);

Defined in namespace cxxblas. Function rotm with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    rotmg(float &d1, float &d2, float &b1, float &b2, float *p);

Defined in namespace cxxblas. Function rotmg with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    rotmg(double &d1, double &d2, double &b1, double &b2, double *p);

Defined in namespace cxxblas. Function rotmg with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn