Go to the source code of this file.
Macros |
#define | a_ref(a_1, a_2) a[(a_2)*a_dim1 + a_1] |
#define | b_ref(a_1, a_2) b[(a_2)*b_dim1 + a_1] |
Macro Definition Documentation
#define a_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| a[(a_2)*a_dim1 + a_1] |
#define b_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| b[(a_2)*b_dim1 + a_1] |
Function Documentation
References a_ref, b_ref, maxMACRO, minMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_symm(), template_blas_syr2k(), template_blas_trmm(), template_blas_trsm(), template_lapack_ilaenv(), and template_lapack_sygs2().
Referenced by template_lapack_sygv().