ergo
template_lapack_ggbak.h File Reference

Go to the source code of this file.

Defines

#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)

Define Documentation

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

Function Documentation

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 
)