ergo
|
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) |
#define ab_ref | ( | a_1, | |
a_2 | |||
) | ab[(a_2)*ab_dim1 + a_1] |
Referenced by template_lapack_laebz().
#define nab_ref | ( | a_1, | |
a_2 | |||
) | nab[(a_2)*nab_dim1 + a_1] |
Referenced by template_lapack_laebz().
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 | ||
) |
References ab_ref, absMACRO, maxMACRO, minMACRO, and nab_ref.
Referenced by template_lapack_larrd(), and template_lapack_stebz().