37 #ifndef TEMPLATE_LAPACK_TPTRI_HEADER 38 #define TEMPLATE_LAPACK_TPTRI_HEADER 151 for (*info = 1; *info <= i__1; ++(*info)) {
161 for (*info = 1; *info <= i__1; ++(*info)) {
165 jj = jj + *n - *info + 1;
178 for (j = 1; j <= i__1; ++j) {
180 ap[jc + j - 1] = 1. / ap[jc + j - 1];
181 ajj = -ap[jc + j - 1];
201 jc = *n * (*n + 1) / 2;
202 for (j = *n; j >= 1; --j) {
204 ap[jc] = 1. / ap[jc];
220 jc = jc - *n + j - 2;
int template_blas_scal(const integer *n, const Treal *da, Treal *dx, const integer *incx)
Definition: template_blas_scal.h:43
int template_blas_tpmv(const char *uplo, const char *trans, const char *diag, const integer *n, const Treal *ap, Treal *x, const integer *incx)
Definition: template_blas_tpmv.h:42
int integer
Definition: template_blas_common.h:40
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:146
int template_lapack_tptri(const char *uplo, const char *diag, const integer *n, Treal *ap, integer *info)
Definition: template_lapack_tptri.h:43
bool logical
Definition: template_blas_common.h:41
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:46