ergo
|
#include "template_blas_common.h"
Go to the source code of this file.
Functions | |
template<class Treal > | |
int | template_blas_spr2 (const char *uplo, const integer *n, const Treal *alpha, const Treal *x, const integer *incx, const Treal *y, const integer *incy, Treal *ap) |
int template_blas_spr2 | ( | const char * | uplo, |
const integer * | n, | ||
const Treal * | alpha, | ||
const Treal * | x, | ||
const integer * | incx, | ||
const Treal * | y, | ||
const integer * | incy, | ||
Treal * | ap | ||
) |
References template_blas_erbla(), and template_blas_lsame().
Referenced by template_lapack_spgst().