Go to the source code of this file.
|
#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] |
|
◆ a_ref
#define a_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| a[(a_2)*a_dim1 + a_1] |
◆ b_ref
#define b_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| b[(a_2)*b_dim1 + a_1] |
◆ template_lapack_sygst()
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().