#include <iostream>
#include <math.h>
#include <complex>
Go to the source code of this file.
Defines | |
#define | F77_FUNC(x, y) x##_ |
Functions | |
void | F77_FUNC (dsyev, DSYEV)(char *jobz |
void | F77_FUNC (dgetrf, DGETRF)(int *n |
void | F77_FUNC (dgetri, DGETRI)(int *n |
void | F77_FUNC (dgetrs, DGETRS)(char *trans |
void | F77_FUNC (ssyev, SSYEV)(char *jobz |
void | F77_FUNC (sgetrf, SGETRF)(int *n |
void | F77_FUNC (sgetri, SGETRI)(int *n |
void | F77_FUNC (sgetrs, SGETRS)(char *trans |
Variables | |
void char * | uplo |
void char int * | n |
void char int double * | a |
void char int double int * | lda |
void char int double int double * | w |
void char int double int double double * | work |
void char int double int double double int * | lwork |
void char int double int double double int int * | info |
void int * | m |
void int double int int * | ipiv |
void int int * | nhrs |
void int int double int int double * | b |
void int int double int int double int * | ldb |
|
Definition at line 31 of file lapack_wrapper.h. |
|
|
|
|
|
|
|
Single Precision |
|
|
|
|
|
|
|
Double Precision |
|
Definition at line 37 of file lapack_wrapper.h. |
|
Definition at line 46 of file lapack_wrapper.h. |
|
Definition at line 37 of file lapack_wrapper.h. Referenced by DLU_decomp(), DLU_invert(), DLU_solve(), DSYEV(), main(), SLU_decomp(), SLU_invert(), SLU_solve(), and SSYEV(). |
|
Definition at line 40 of file lapack_wrapper.h. Referenced by main(). |
|
Definition at line 37 of file lapack_wrapper.h. |
|
Definition at line 46 of file lapack_wrapper.h. |
|
Definition at line 37 of file lapack_wrapper.h. Referenced by main(). |
|
Definition at line 40 of file lapack_wrapper.h. |
|
Definition at line 37 of file lapack_wrapper.h. |
|
Definition at line 46 of file lapack_wrapper.h. |
|
Definition at line 37 of file lapack_wrapper.h. |
|
Definition at line 37 of file lapack_wrapper.h. |
|
Definition at line 37 of file lapack_wrapper.h. Referenced by main(). |