ergo
template_lapack_stein.h File Reference

Go to the source code of this file.

Macros

#define z___ref(a_1, a_2)   z__[(a_2)*z_dim1 + a_1]
 

Functions

template<class Treal >
int template_lapack_stein (const integer *n, const Treal *d__, const Treal *e, const integer *m, const Treal *w, const integer *iblock, const integer *isplit, Treal *z__, const integer *ldz, Treal *work, integer *iwork, integer *ifail, integer *info)
 

Macro Definition Documentation

◆ z___ref

#define z___ref ( a_1,
a_2 )   z__[(a_2)*z_dim1 + a_1]

Referenced by template_lapack_stein().

Function Documentation

◆ template_lapack_stein()

template<class Treal >
int template_lapack_stein ( const integer * n,
const Treal * d__,
const Treal * e,
const integer * m,
const Treal * w,
const integer * iblock,
const integer * isplit,
Treal * z__,
const integer * ldz,
Treal * work,
integer * iwork,
integer * ifail,
integer * info )