35 #ifndef TEMPLATE_LAPACK_POTF2_HEADER
36 #define TEMPLATE_LAPACK_POTF2_HEADER
108 integer a_dim1, a_offset, i__1, i__2, i__3;
114 #define a_ref(a_1,a_2) a[(a_2)*a_dim1 + a_1]
118 a_offset = 1 + a_dim1 * 1;
148 for (j = 1; j <= i__1; ++j) {
168 lda, &
a_ref(1, j), &c__1, &c_b12, &
a_ref(j, j + 1),
181 for (j = 1; j <= i__1; ++j) {
201 lda, &
a_ref(j, 1), lda, &c_b12, &
a_ref(j + 1, j), &
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
#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
int template_lapack_potf2(const char *uplo, const integer *n, Treal *a, const integer *lda, integer *info)
Definition: template_lapack_potf2.h:40
int template_blas_gemv(const char *trans, const integer *m, const integer *n, const Treal *alpha, const Treal *a, const integer *lda, const Treal *x, const integer *incx, const Treal *beta, Treal *y, const integer *incy)
Definition: template_blas_gemv.h:41
bool logical
Definition: template_blas_common.h:39
Treal template_blas_sqrt(Treal x)
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:44
Treal template_blas_dot(const integer *n, const Treal *dx, const integer *incx, const Treal *dy, const integer *incy)
Definition: template_blas_dot.h:41