ergo
template_lapack_laebz.h File Reference

Go to the source code of this file.

Macros

#define ab_ref(a_1, a_2)   ab[(a_2)*ab_dim1 + a_1]
 
#define nab_ref(a_1, a_2)   nab[(a_2)*nab_dim1 + a_1]
 

Functions

template<class Treal >
int template_lapack_laebz (const integer *ijob, const integer *nitmax, const integer *n, const integer *mmax, const integer *minp, const integer *nbmin, const Treal *abstol, const Treal *reltol, const Treal *pivmin, const Treal *d__, const Treal *e, const Treal *e2, integer *nval, Treal *ab, Treal *c__, integer *mout, integer *nab, Treal *work, integer *iwork, integer *info)
 

Macro Definition Documentation

◆ ab_ref

#define ab_ref ( a_1,
a_2 )   ab[(a_2)*ab_dim1 + a_1]

Referenced by template_lapack_laebz().

◆ nab_ref

#define nab_ref ( a_1,
a_2 )   nab[(a_2)*nab_dim1 + a_1]

Referenced by template_lapack_laebz().

Function Documentation

◆ template_lapack_laebz()

template<class Treal >
int template_lapack_laebz ( const integer * ijob,
const integer * nitmax,
const integer * n,
const integer * mmax,
const integer * minp,
const integer * nbmin,
const Treal * abstol,
const Treal * reltol,
const Treal * pivmin,
const Treal * d__,
const Treal * e,
const Treal * e2,
integer * nval,
Treal * ab,
Treal * c__,
integer * mout,
integer * nab,
Treal * work,
integer * iwork,
integer * info )