ergo
template_lapack_ggev.h File Reference

Go to the source code of this file.

Macros

#define a_ref(a_1, a_2)
 
#define b_ref(a_1, a_2)
 
#define vl_ref(a_1, a_2)
 
#define vr_ref(a_1, a_2)
 

Functions

template<class Treal>
int template_lapack_ggev (const char *jobvl, const char *jobvr, const integer *n, Treal *a, const integer *lda, Treal *b, const integer *ldb, Treal *alphar, Treal *alphai, Treal *beta, Treal *vl, const integer *ldvl, Treal *vr, const integer *ldvr, Treal *work, const integer *lwork, integer *info)
 

Macro Definition Documentation

◆ a_ref

#define a_ref ( a_1,
a_2 )
Value:
a[(a_2)*a_dim1 + a_1]

Referenced by template_lapack_ggev().

◆ b_ref

#define b_ref ( a_1,
a_2 )
Value:
b[(a_2)*b_dim1 + a_1]

Referenced by template_lapack_ggev().

◆ vl_ref

#define vl_ref ( a_1,
a_2 )
Value:
vl[(a_2)*vl_dim1 + a_1]

Referenced by template_lapack_ggev().

◆ vr_ref

#define vr_ref ( a_1,
a_2 )
Value:
vr[(a_2)*vr_dim1 + a_1]

Referenced by template_lapack_ggev().

Function Documentation

◆ template_lapack_ggev()

template<class Treal>
int template_lapack_ggev ( const char * jobvl,
const char * jobvr,
const integer * n,
Treal * a,
const integer * lda,
Treal * b,
const integer * ldb,
Treal * alphar,
Treal * alphai,
Treal * beta,
Treal * vl,
const integer * ldvl,
Treal * vr,
const integer * ldvr,
Treal * work,
const integer * lwork,
integer * info )