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

Go to the source code of this file.

Defines

#define work_ref(a_1, a_2)   work[(a_2)*work_dim1 + a_1]
#define c___ref(a_1, a_2)   c__[(a_2)*c_dim1 + a_1]
#define v_ref(a_1, a_2)   v[(a_2)*v_dim1 + a_1]

Functions

template<class Treal >
int template_lapack_larfb (const char *side, const char *trans, const char *direct, const char *storev, const integer *m, const integer *n, const integer *k, const Treal *v, const integer *ldv, const Treal *t, const integer *ldt, Treal *c__, const integer *ldc, Treal *work, const integer *ldwork)

Define Documentation

#define c___ref ( a_1,
a_2   )     c__[(a_2)*c_dim1 + a_1]
#define v_ref ( a_1,
a_2   )     v[(a_2)*v_dim1 + a_1]
#define work_ref ( a_1,
a_2   )     work[(a_2)*work_dim1 + a_1]

Referenced by template_lapack_larfb().


Function Documentation

template<class Treal >
int template_lapack_larfb ( const char *  side,
const char *  trans,
const char *  direct,
const char *  storev,
const integer m,
const integer n,
const integer k,
const Treal *  v,
const integer ldv,
const Treal *  t,
const integer ldt,
Treal *  c__,
const integer ldc,
Treal *  work,
const integer ldwork 
) [inline]

Generated on 10 Jul 2018 for ergo by  doxygen 1.6.1