|
ergo
|
#include "template_lapack_common.h"Go to the source code of this file.
Macros | |
| #define | a_ref(a_1, a_2) |
| #define | b_ref(a_1, a_2) |
Functions | |
| template<class Treal> | |
| int | template_lapack_sygs2 (const integer *itype, const char *uplo, const integer *n, Treal *a, const integer *lda, Treal *b, const integer *ldb, integer *info) |
| #define a_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_sygs2().
| #define b_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_sygs2().
| int template_lapack_sygs2 | ( | const integer * | itype, |
| const char * | uplo, | ||
| const integer * | n, | ||
| Treal * | a, | ||
| const integer * | lda, | ||
| Treal * | b, | ||
| const integer * | ldb, | ||
| integer * | info ) |
References a_ref, b_ref, maxMACRO, template_blas_axpy(), template_blas_erbla(), template_blas_lsame(), template_blas_scal(), template_blas_syr2(), template_blas_trmv(), and template_blas_trsv().
Referenced by template_lapack_sygst().