
Go to the source code of this file.
Functions | |
| void | daxpy_ (int *n, double *alpha, double *x, int *incx, double *y, int *incy) |
| void | dcopy_ (int *n, double *x, int *incx, double *y, int *incy) |
| double | ddot_ (int *n, double *x, int *incx, double *y, int *incy) |
| double | dnrm2_ (int *n, double *x, int *incx) |
| void | drot_ (int *n, double *x, int *incx, double *y, int *incy, double *c, double *s) |
| void | drotg_ (double *a, double *b, double *c, double *s) |
| void | dscal_ (int *n, double *a, double *x, int *incx) |
| void | DAXPY_ (int *n, double *alpha, double *x, int *incx, double *y, int *incy) |
| void | DCOPY_ (int *n, double *x, int *incx, double *y, int *incy) |
| double | DDOT_ (int *n, double *x, int *incx, double *y, int *incy) |
| double | DNRM2_ (int *n, double *x, int *incx) |
| void | DROT_ (int *n, double *x, int *incx, double *y, int *incy, double *c, double *s) |
| void | DROTG_ (double *a, double *b, double *c, double *s) |
| void | DSCAL_ (int *n, double *a, double *x, int *incx) |
| void | dgemv_ (char *trans, int *m, int *n, double *alpha, double *a, int *lda, double *x, int *incx, double *beta, double *y, int *incy) |
| void | dtrsv_ (char *uplo, char *trans, char *diag, int *n, double *a, int *lda, double *x, int *incx) |
| void | DGEMV_ (char *trans, int *m, int *n, double *alpha, double *a, int *lda, double *x, int *incx, double *beta, double *y, int *incy) |
| void | DTRSV_ (char *uplo, char *trans, char *diag, int *n, double *a, int *lda, double *x, int *incx) |
| void | DGETRF_ (int *m, int *n, double *a, int *lda, int *ipiv, int *info) |
| void | dgetrf_ (int *m, int *n, double *a, int *lda, int *ipiv, int *info) |
| void | DGETRS_ (char *trans, int *n, int *nrhs, double *a, int *lda, int *ipiv, double *b, int *ldb, int *info) |
| void | dgetrs_ (char *trans, int *n, int *nrhs, double *a, int *lda, int *ipiv, double *b, int *ldb, int *info) |
| void DAXPY_ | ( | int * | n, | |
| double * | alpha, | |||
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| void daxpy_ | ( | int * | n, | |
| double * | alpha, | |||
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| void DCOPY_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| void dcopy_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| double DDOT_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| double ddot_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| void DGEMV_ | ( | char * | trans, | |
| int * | m, | |||
| int * | n, | |||
| double * | alpha, | |||
| double * | a, | |||
| int * | lda, | |||
| double * | x, | |||
| int * | incx, | |||
| double * | beta, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| void dgemv_ | ( | char * | trans, | |
| int * | m, | |||
| int * | n, | |||
| double * | alpha, | |||
| double * | a, | |||
| int * | lda, | |||
| double * | x, | |||
| int * | incx, | |||
| double * | beta, | |||
| double * | y, | |||
| int * | incy | |||
| ) |
| void DGETRF_ | ( | int * | m, | |
| int * | n, | |||
| double * | a, | |||
| int * | lda, | |||
| int * | ipiv, | |||
| int * | info | |||
| ) |
| void DGETRS_ | ( | char * | trans, | |
| int * | n, | |||
| int * | nrhs, | |||
| double * | a, | |||
| int * | lda, | |||
| int * | ipiv, | |||
| double * | b, | |||
| int * | ldb, | |||
| int * | info | |||
| ) |
| double DNRM2_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx | |||
| ) |
| double dnrm2_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx | |||
| ) |
| void DROT_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy, | |||
| double * | c, | |||
| double * | s | |||
| ) |
| void drot_ | ( | int * | n, | |
| double * | x, | |||
| int * | incx, | |||
| double * | y, | |||
| int * | incy, | |||
| double * | c, | |||
| double * | s | |||
| ) |
| void DROTG_ | ( | double * | a, | |
| double * | b, | |||
| double * | c, | |||
| double * | s | |||
| ) |
| void drotg_ | ( | double * | a, | |
| double * | b, | |||
| double * | c, | |||
| double * | s | |||
| ) |
| void DSCAL_ | ( | int * | n, | |
| double * | a, | |||
| double * | x, | |||
| int * | incx | |||
| ) |
| void dscal_ | ( | int * | n, | |
| double * | a, | |||
| double * | x, | |||
| int * | incx | |||
| ) |
| void DTRSV_ | ( | char * | uplo, | |
| char * | trans, | |||
| char * | diag, | |||
| int * | n, | |||
| double * | a, | |||
| int * | lda, | |||
| double * | x, | |||
| int * | incx | |||
| ) |
| void dtrsv_ | ( | char * | uplo, | |
| char * | trans, | |||
| char * | diag, | |||
| int * | n, | |||
| double * | a, | |||
| int * | lda, | |||
| double * | x, | |||
| int * | incx | |||
| ) |
1.6.1