source/matrix/template_lapack/lapack/template_lapack_larft.h File Reference

Go to the source code of this file.

Defines

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

Define Documentation

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

Referenced by template_lapack_larft().

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

Function Documentation

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 
) [inline]

Generated on 10 Jul 2018 for ergo by  doxygen 1.6.1