ergo
template_lapack_larft.h File Reference

Go to the source code of this file.

Macros

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

Functions

template<class Treal >
int template_lapack_larft (const char *direct, const char *storev, const integer *n, const integer *k, Treal *v, const integer *ldv, const Treal *tau, Treal *t, const integer *ldt)
 

Macro Definition Documentation

◆ t_ref

#define t_ref (   a_1,
  a_2 
)    t[(a_2)*t_dim1 + a_1]

Referenced by template_lapack_larft().

◆ v_ref

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

Referenced by template_lapack_larft().

Function Documentation

◆ template_lapack_larft()

template<class Treal >
int template_lapack_larft ( const char *  direct,
const char *  storev,
const integer n,
const integer k,
Treal *  v,
const integer ldv,
const Treal *  tau,
Treal *  t,
const integer ldt 
)