Go to the source code of this file.
Functions |
| 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_ (const int *M, const int *N, double *A, const int *lda, const int *iPiv, int *info) |
| void | dgetri_ (const int *n, double *a, const int *lda, const int *iPiv, double *work, const int *lwork, int *info) |
Function Documentation
| 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_ |
( |
const int * |
M, |
|
|
const int * |
N, |
|
|
double * |
A, |
|
|
const int * |
lda, |
|
|
const int * |
iPiv, |
|
|
int * |
info |
|
) |
| |
| void dgetri_ |
( |
const int * |
n, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
const int * |
iPiv, |
|
|
double * |
work, |
|
|
const int * |
lwork, |
|
|
int * |
info |
|
) |
| |