ergo
template_lapack_sygv.h File Reference

Go to the source code of this file.

Functions

template<class Treal>
int template_lapack_sygv (const integer *itype, const char *jobz, const char *uplo, const integer *n, Treal *a, const integer *lda, Treal *b, const integer *ldb, Treal *w, Treal *work, const integer *lwork, integer *info)
 

Function Documentation

◆ template_lapack_sygv()

template<class Treal>
int template_lapack_sygv ( const integer * itype,
const char * jobz,
const char * uplo,
const integer * n,
Treal * a,
const integer * lda,
Treal * b,
const integer * ldb,
Treal * w,
Treal * work,
const integer * lwork,
integer * info )