ergo
|
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) |
#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] |
Referenced by template_lapack_larft().
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 | ||
) |
References t_ref, template_blas_gemv(), template_blas_lsame(), template_blas_trmv(), and v_ref.
Referenced by template_lapack_geqrf(), template_lapack_orgql(), template_lapack_orgqr(), and template_lapack_ormqr().