template_lapack_sygst.h File Reference
#include "template_lapack_sygs2.h"
Go to the source code of this file.
Define 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
template<class Treal >
int template_lapack_sygst |
( |
const integer * |
itype, |
|
|
const char * |
uplo, |
|
|
const integer * |
n, |
|
|
Treal * |
a, |
|
|
const integer * |
lda, |
|
|
Treal * |
b, |
|
|
const integer * |
ldb, |
|
|
integer * |
info | |
|
) |
| | [inline] |
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().