37 #ifndef TEMPLATE_LAPACK_GETRS_HEADER 38 #define TEMPLATE_LAPACK_GETRS_HEADER 110 integer a_dim1, a_offset, b_dim1, b_offset, i__1;
116 a_offset = 1 + a_dim1 * 1;
120 b_offset = 1 + b_dim1 * 1;
131 }
else if (*nrhs < 0) {
146 if (*n == 0 || *nrhs == 0) {
161 a_offset], lda, &b[b_offset], ldb);
166 a[a_offset], lda, &b[b_offset], ldb);
174 a_offset], lda, &b[b_offset], ldb);
179 a_offset], lda, &b[b_offset], ldb);
int integer
Definition: template_blas_common.h:40
#define maxMACRO(a, b)
Definition: template_blas_common.h:45
int template_lapack_laswp(const integer *n, Treal *a, const integer *lda, const integer *k1, const integer *k2, const integer *ipiv, const integer *incx)
Definition: template_lapack_laswp.h:42
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:146
int template_lapack_getrs(const char *trans, const integer *n, const integer *nrhs, const Treal *a, const integer *lda, const integer *ipiv, Treal *b, const integer *ldb, integer *info)
Definition: template_lapack_getrs.h:42
int template_blas_trsm(const char *side, const char *uplo, const char *transa, const char *diag, const integer *m, const integer *n, const Treal *alpha, const Treal *a, const integer *lda, Treal *b, const integer *ldb)
Definition: template_blas_trsm.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