libflame
revision_anchor
|
Functions | |
void | bl1_sswap (int n, float *x, int incx, float *y, int incy) |
void | bl1_dswap (int n, double *x, int incx, double *y, int incy) |
void | bl1_cswap (int n, scomplex *x, int incx, scomplex *y, int incy) |
void | bl1_zswap (int n, dcomplex *x, int incx, dcomplex *y, int incy) |
References cblas_cswap(), and F77_cswap().
Referenced by bl1_cswapmt(), bl1_cswapv(), FLA_SA_Apply_pivots(), and FLA_SA_LU_unb().
void bl1_dswap | ( | int | n, |
double * | x, | ||
int | incx, | ||
double * | y, | ||
int | incy | ||
) |
References cblas_dswap(), and F77_dswap().
Referenced by bl1_dswapmt(), bl1_dswapv(), FLA_SA_Apply_pivots(), and FLA_SA_LU_unb().
void bl1_sswap | ( | int | n, |
float * | x, | ||
int | incx, | ||
float * | y, | ||
int | incy | ||
) |
References cblas_sswap(), and F77_sswap().
Referenced by bl1_sswapmt(), bl1_sswapv(), FLA_SA_Apply_pivots(), and FLA_SA_LU_unb().
References cblas_zswap(), and F77_zswap().
Referenced by bl1_zswapmt(), bl1_zswapv(), FLA_SA_Apply_pivots(), and FLA_SA_LU_unb().