35 #ifndef TEMPLATE_LAPACK_TRTI2_HEADER
36 #define TEMPLATE_LAPACK_TRTI2_HEADER
104 integer a_dim1, a_offset, i__1, i__2;
110 #define a_ref(a_1,a_2) a[(a_2)*a_dim1 + a_1]
114 a_offset = 1 + a_dim1 * 1;
141 for (j = 1; j <= i__1; ++j) {
162 for (j = *n; j >= 1; --j) {
175 + 1), lda, &
a_ref(j + 1, j), &c__1);
int template_blas_scal(const integer *n, const Treal *da, Treal *dx, const integer *incx)
Definition: template_blas_scal.h:41
int integer
Definition: template_blas_common.h:38
int template_blas_trmv(const char *uplo, const char *trans, const char *diag, const integer *n, const Treal *a, const integer *lda, Treal *x, const integer *incx)
Definition: template_blas_trmv.h:40
#define maxMACRO(a, b)
Definition: template_blas_common.h:43
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:144
bool logical
Definition: template_blas_common.h:39
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:44
int template_lapack_trti2(const char *uplo, const char *diag, const integer *n, Treal *a, const integer *lda, integer *info)
Definition: template_lapack_trti2.h:40