Linear Algebra

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 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 dgemm_ (char *transa, char *transb, int *m, int *n, int *k, double *alpha, double *a, int *lda, double *b, int *ldb, double *beta, double *c__, int *ldc)
void dgetrf_ (int *m, int *n, double *a, int *lda, int *ipiv, int *info)
int dgetri_ (int *n, double *a, int *lda, int *ipiv, double *work, int *lwork, int *info)
void dgetrs_ (char *trans, int *n, int *nrhs, double *a, int *lda, int *ipiv, double *b, int *ldb, int *info)

Function Documentation

void daxpy_ ( int *  n,
double *  alpha,
double *  x,
int *  incx,
double *  y,
int *  incy 
)

BLAS and LAPACK names with or without underscore BLAS 1

Here is the caller graph for this function:

void dcopy_ ( int *  n,
double *  x,
int *  incx,
double *  y,
int *  incy 
)

Here is the caller graph for this function:

double ddot_ ( int *  n,
double *  x,
int *  incx,
double *  y,
int *  incy 
)

Here is the caller graph for this function:

void dgemm_ ( char *  transa,
char *  transb,
int *  m,
int *  n,
int *  k,
double *  alpha,
double *  a,
int *  lda,
double *  b,
int *  ldb,
double *  beta,
double *  c__,
int *  ldc 
)

Here is the caller graph for this function:

void dgemv_ ( char *  trans,
int *  m,
int *  n,
double *  alpha,
double *  a,
int *  lda,
double *  x,
int *  incx,
double *  beta,
double *  y,
int *  incy 
)

BLAS 2

Here is the caller graph for this function:

void dgetrf_ ( int *  m,
int *  n,
double *  a,
int *  lda,
int *  ipiv,
int *  info 
)

LAPACK

Here is the caller graph for this function:

int dgetri_ ( int *  n,
double *  a,
int *  lda,
int *  ipiv,
double *  work,
int *  lwork,
int *  info 
)

Here is the caller graph for this function:

void dgetrs_ ( char *  trans,
int *  n,
int *  nrhs,
double *  a,
int *  lda,
int *  ipiv,
double *  b,
int *  ldb,
int *  info 
)

Here is the caller graph for this function:

double dnrm2_ ( int *  n,
double *  x,
int *  incx 
)

Here is the caller graph for this function:

void drot_ ( int *  n,
double *  x,
int *  incx,
double *  y,
int *  incy,
double *  c,
double *  s 
)

Here is the caller graph for this function:

void drotg_ ( double *  a,
double *  b,
double *  c,
double *  s 
)

Here is the caller graph for this function:

void dscal_ ( int *  n,
double *  a,
double *  x,
int *  incx 
)

Here is the caller graph for this function:

void dtrsv_ ( char *  uplo,
char *  trans,
char *  diag,
int *  n,
double *  a,
int *  lda,
double *  x,
int *  incx 
)

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1