37 #ifndef TEMPLATE_LAPACK_POTF2_HEADER 38 #define TEMPLATE_LAPACK_POTF2_HEADER 110 integer a_dim1, a_offset, i__1, i__2, i__3;
116 #define a_ref(a_1,a_2) a[(a_2)*a_dim1 + a_1] 120 a_offset = 1 + a_dim1 * 1;
150 for (j = 1; j <= i__1; ++j) {
170 lda, &
a_ref(1, j), &c__1, &c_b12, &
a_ref(j, j + 1),
183 for (j = 1; j <= i__1; ++j) {
203 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:43
int integer
Definition: template_blas_common.h:40
#define maxMACRO(a, b)
Definition: template_blas_common.h:45
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:146
int template_lapack_potf2(const char *uplo, const integer *n, Treal *a, const integer *lda, integer *info)
Definition: template_lapack_potf2.h:42
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:43
bool logical
Definition: template_blas_common.h:41
Treal template_blas_sqrt(Treal x)
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:46
Treal template_blas_dot(const integer *n, const Treal *dx, const integer *incx, const Treal *dy, const integer *incy)
Definition: template_blas_dot.h:43