ergo
template_lapack_ggbak.h File Reference

Go to the source code of this file.

Macros

#define v_ref(a_1, a_2)   v[(a_2)*v_dim1 + a_1]
 

Functions

template<class Treal >
int template_lapack_ggbak (const char *job, const char *side, const integer *n, const integer *ilo, const integer *ihi, const Treal *lscale, const Treal *rscale, const integer *m, Treal *v, const integer *ldv, integer *info)
 

Macro Definition Documentation

◆ v_ref

#define v_ref (   a_1,
  a_2 
)    v[(a_2)*v_dim1 + a_1]

Referenced by template_lapack_ggbak().

Function Documentation

◆ template_lapack_ggbak()

template<class Treal >
int template_lapack_ggbak ( const char *  job,
const char *  side,
const integer n,
const integer ilo,
const integer ihi,
const Treal *  lscale,
const Treal *  rscale,
const integer m,
Treal *  v,
const integer ldv,
integer info 
)