|
void | pargemslr::PARGEMSLR_BLASLAPACK_SAXPY (int *n, const float *alpha, const float *x, int *incx, float *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DAXPY (int *n, const double *alpha, const double *x, int *incx, double *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CAXPY (int *n, const ccomplexs *alpha, const ccomplexs *x, int *incx, ccomplexs *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZAXPY (int *n, const ccomplexd *alpha, const ccomplexd *x, int *incx, ccomplexd *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SSCAL (int *n, const float *alpha, float *x, int *incx) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DSCAL (int *n, const double *alpha, double *x, int *incx) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CSCAL (int *n, const ccomplexs *alpha, ccomplexs *x, int *incx) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZSCAL (int *n, const ccomplexd *alpha, ccomplexd *x, int *incx) |
|
float | pargemslr::PARGEMSLR_BLASLAPACK_SDOT (int *n, const float *x, int *incx, const float *y, int *incy) |
|
double | pargemslr::PARGEMSLR_BLASLAPACK_DDOT (int *n, const double *x, int *incx, const double *y, int *incy) |
|
ccomplexs | pargemslr::PARGEMSLR_BLASLAPACK_CDOTC (int *n, const ccomplexs *x, int *incx, const ccomplexs *y, int *incy) |
|
ccomplexd | pargemslr::PARGEMSLR_BLASLAPACK_ZDOTC (int *n, const ccomplexd *x, int *incx, const ccomplexd *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SGEMV (char *trans, int *m, int *n, const float *alpha, const float *a, int *lda, const float *x, int *incx, const float *beta, float *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DGEMV (char *trans, int *m, int *n, const double *alpha, const double *a, int *lda, const double *x, int *incx, const double *beta, double *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CGEMV (char *trans, int *m, int *n, const ccomplexs *alpha, const ccomplexs *a, int *lda, const ccomplexs *x, int *incx, const ccomplexs *beta, ccomplexs *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZGEMV (char *trans, int *m, int *n, const ccomplexd *alpha, const ccomplexd *a, int *lda, const ccomplexd *x, int *incx, const ccomplexd *beta, ccomplexd *y, int *incy) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SGEMM (char *transa, char *transb, int *m, int *n, int *k, const float *alpha, const float *a, int *lda, const float *b, int *ldb, const float *beta, float *c, int *ldc) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DGEMM (char *transa, char *transb, int *m, int *n, int *k, const double *alpha, const double *a, int *lda, const double *b, int *ldb, const double *beta, double *c, int *ldc) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CGEMM (char *transa, char *transb, int *m, int *n, int *k, const ccomplexs *alpha, const ccomplexs *a, int *lda, const ccomplexs *b, int *ldb, const ccomplexs *beta, const ccomplexs *c, int *ldc) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZGEMM (char *transa, char *transb, int *m, int *n, int *k, const ccomplexd *alpha, const ccomplexd *a, int *lda, const ccomplexd *b, int *ldb, const ccomplexd *beta, const ccomplexd *c, int *ldc) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SGETRF (int *m, int *n, float *a, int *lda, int *ipiv, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DGETRF (int *m, int *n, double *a, int *lda, int *ipiv, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CGETRF (int *m, int *n, ccomplexs *a, int *lda, int *ipiv, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZGETRF (int *m, int *n, ccomplexd *a, int *lda, int *ipiv, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SGETRI (int *n, float *a, int *lda, int *ipiv, float *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DGETRI (int *n, double *a, int *lda, int *ipiv, double *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CGETRI (int *n, ccomplexs *a, int *lda, int *ipiv, ccomplexs *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZGETRI (int *n, ccomplexd *a, int *lda, int *ipiv, ccomplexd *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_STRTRI (char *uplo, char *diag, int *n, float *a, int *lda, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DTRTRI (char *uplo, char *diag, int *n, double *a, int *lda, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CTRTRI (char *uplo, char *diag, int *N, ccomplexs *a, int *lda, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZTRTRI (char *uplo, char *diag, int *N, ccomplexd *a, int *lda, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SGEHRD (int *n, int *ilo, int *ihi, float *a, int *lda, float *tau, float *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DGEHRD (int *n, int *ilo, int *ihi, double *a, int *lda, double *tau, double *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CGEHRD (int *n, int *ilo, int *ihi, ccomplexs *a, int *lda, ccomplexs *tau, ccomplexs *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZGEHRD (int *n, int *ilo, int *ihi, ccomplexd *a, int *lda, ccomplexd *tau, ccomplexd *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SORGQR (int *m, int *n, int *k, float *a, int *lda, float *tau, float *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DORGQR (int *m, int *n, int *k, double *a, int *lda, double *tau, double *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CUNGQR (int *m, int *n, int *k, ccomplexs *a, int *lda, ccomplexs *tau, ccomplexs *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZUNGQR (int *m, int *n, int *k, ccomplexd *a, int *lda, ccomplexd *tau, ccomplexd *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SHSEQR (char *job, char *compz, int *n, int *ilo, int *ihi, float *h, int *ldh, float *wr, float *wi, float *z, int *ldz, float *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DHSEQR (char *job, char *compz, int *n, int *ilo, int *ihi, double *h, int *ldh, double *wr, double *wi, double *z, int *ldz, double *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CHSEQR (char *job, char *compz, int *n, int *ilo, int *ihi, ccomplexs *h, int *ldh, ccomplexs *w, ccomplexs *z, int *ldz, ccomplexs *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZHSEQR (char *job, char *compz, int *n, int *ilo, int *ihi, ccomplexd *h, int *ldh, ccomplexd *w, ccomplexd *z, int *ldz, ccomplexd *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SGEQRF (int *m, int *n, float *a, int *lda, float *tau, float *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DGEQRF (int *m, int *n, double *a, int *lda, double *tau, double *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CGEQRF (int *m, int *n, ccomplexs *a, int *lda, ccomplexs *tau, ccomplexs *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZGEQRF (int *m, int *n, ccomplexd *a, int *lda, ccomplexd *tau, ccomplexd *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_SHSEIN (char *side, char *eigsrc, char *initv, int *select, int *n, float *h, int *ldh, float *wr, float *wi, float *vl, int *ldvl, float *vr, int *ldvr, int *mm, int *m, float *work, int *ifaill, int *ifailr, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DHSEIN (char *side, char *eigsrc, char *initv, int *select, int *n, double *h, int *ldh, double *wr, double *wi, double *vl, int *ldvl, double *vr, int *ldvr, int *mm, int *m, double *work, int *ifaill, int *ifailr, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CHSEIN (char *side, char *eigsrc, char *initv, int *select, int *n, ccomplexs *h, int *ldh, ccomplexs *w, ccomplexs *vl, int *ldvl, ccomplexs *vr, int *ldvr, int *mm, int *m, ccomplexs *work, float *rwork, int *ifaill, int *ifailr, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZHSEIN (char *side, char *eigsrc, char *initv, int *select, int *n, ccomplexd *h, int *ldh, ccomplexd *w, ccomplexd *vl, int *ldvl, ccomplexd *vr, int *ldvr, int *mm, int *m, ccomplexd *work, double *rwork, int *ifaill, int *ifailr, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_STRSEN (char *job, char *compq, int *select, int *n, float *t, int *ldt, float *q, int *ldq, float *wr, float *wi, int *m, float *s, float *sep, float *work, int *lwork, int *iwork, int *liwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DTRSEN (char *job, char *compq, int *select, int *n, double *t, int *ldt, double *q, int *ldq, double *wr, double *wi, int *m, double *s, double *sep, double *work, int *lwork, int *iwork, int *liwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CTRSEN (char *job, char *compq, int *select, int *n, ccomplexs *t, int *ldt, ccomplexs *q, int *ldq, ccomplexs *w, int *m, float *s, float *sep, ccomplexs *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZTRSEN (char *job, char *compq, int *select, int *n, ccomplexd *t, int *ldt, ccomplexd *q, int *ldq, ccomplexd *w, int *m, double *s, double *sep, ccomplexd *work, int *lwork, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_STREXC (char *compq, int *n, float *t, int *ldt, float *q, int *ldq, int *ifst, int *ilst, float *work, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_DTREXC (char *compq, int *n, double *t, int *ldt, double *q, int *ldq, int *ifst, int *ilst, double *work, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_CTREXC (char *compq, int *n, ccomplexs *t, int *ldt, ccomplexs *q, int *ldq, int *ifst, int *ilst, int *info) |
|
void | pargemslr::PARGEMSLR_BLASLAPACK_ZTREXC (char *compq, int *n, ccomplexd *t, int *ldt, ccomplexd *q, int *ldq, int *ifst, int *ilst, int *info) |
|
int | pargemslr::METIS_PartGraphRecursive (long int *nvtxs, long int *ncon, long int *xadj, long int *adjncy, long int *vwgt, long int *vsize, long int *adjwgt, long int *nparts, double *tpwgts, double *ubvec, long int *options, long int *edgecut, long int *part) |
|
int | pargemslr::METIS_PartGraphKway (long int *nvtxs, long int *ncon, long int *xadj, long int *adjncy, long int *vwgt, long int *vsize, long int *adjwgt, long int *nparts, double *tpwgts, double *ubvec, long int *options, long int *edgecut, long int *part) |
|
int | pargemslr::METIS_NodeND (long int *nvtxs, long int *xadj, long int *adjncy, long int *vwgt, long int *options, long int *perm, long int *iperm) |
|
int | pargemslr::ParMETIS_V3_PartKway (long int *, long int *, long int *, long int *, long int *, long int *, long int *, long int *, long int *, double *, double *, long int *, long int *, long int *, MPI_Comm *) |
|
int | pargemslr::ParMETIS_V3_RefineKway (long int *, long int *, long int *, long int *, long int *, long int *, long int *, long int *, long int *, double *, double *, long int *, long int *, long int *, MPI_Comm *) |
|
int | pargemslr::ParMETIS_V3_NodeND (long int *, long int *, long int *, long int *, long int *, long int *, long int *, MPI_Comm *) |
|