35 #ifndef TEMPLATE_LAPACK_GETRS_HEADER
36 #define TEMPLATE_LAPACK_GETRS_HEADER
108 integer a_dim1, a_offset, b_dim1, b_offset, i__1;
114 a_offset = 1 + a_dim1 * 1;
118 b_offset = 1 + b_dim1 * 1;
129 }
else if (*nrhs < 0) {
144 if (*n == 0 || *nrhs == 0) {
159 a_offset], lda, &b[b_offset], ldb);
164 a[a_offset], lda, &b[b_offset], ldb);
172 a_offset], lda, &b[b_offset], ldb);
177 a_offset], lda, &b[b_offset], ldb);
int integer
Definition: template_blas_common.h:38
#define maxMACRO(a, b)
Definition: template_blas_common.h:43
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:40
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:144
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:40
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:41
bool logical
Definition: template_blas_common.h:39
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:44