Home Browse Files
template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, float alpha,
         const float *A, IndexType ldA,
         const float *x, IndexType incX,
         float beta,
         std::complex<float> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, float alpha,
         const float *A, IndexType ldA,
         const float *x, IndexType incX,
         std::complex<float> beta,
         std::complex<float> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, float alpha,
         const float *A, IndexType ldA,
         const std::complex<float> *x, IndexType incX,
         float beta,
         std::complex<float> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, float alpha,
         const float *A, IndexType ldA,
         const std::complex<float> *x, IndexType incX,
         std::complex<float> beta,
         std::complex<float> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, double alpha,
         const double *A, IndexType ldA,
         const double *x, IndexType incX,
         double beta,
         std::complex<double> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, double alpha,
         const double *A, IndexType ldA,
         const double *x, IndexType incX,
         std::complex<double> beta,
         std::complex<double> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, double alpha,
         const double *A, IndexType ldA,
         const std::complex<double> *x, IndexType incX,
         double beta,
         std::complex<double> *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    symv(StorageOrder order, StorageUpLo upLo,
         IndexType n, double alpha,
         const double *A, IndexType ldA,
         const std::complex<double> *x, IndexType incX,
         std::complex<double> beta,
         std::complex<double> *y, IndexType incY);

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

Home

View document source

© 2011-2012 Michael Lehn