XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

void dgges (char jobvsl, char jobvsr, char sort, int(*selctg)(double, double, double), int n, int lda, double a[], int ldb, double b[], int *sdim, double alphar[], double alphai[], double beta[], int ldvsl, double vsl[], int ldvsr, double vsr[], double work[], int lwork, int bwork[], int *info)
 (Simple driver) Generalized Schur factorization of general matrices
 
void dgges_r (char jobvsl, char jobvsr, char sort, int n, int lda, double a[], int ldb, double b[], int *sdim, double alphar[], double alphai[], double beta[], int ldvsl, double vsl[], int ldvsr, double vsr[], double work[], int lwork, int bwork[], int *info, int *irev)
 (Simple driver) Generalized Schur factorization of general matrices (Reverse communication version)
 
void dggesx (char jobvsl, char jobvsr, char sort, int(*selctg)(double, double, double), char sense, int n, int lda, double a[], int ldb, double b[], int *sdim, double alphar[], double alphai[], double beta[], int ldvsl, double vsl[], int ldvsr, double vsr[], double rconde[], double rcondv[], double work[], int lwork, int iwork[], int liwork, int bwork[], int *info)
 (Expert driver) Generalized Schur factorization of general matrices
 
void dggesx_r (char jobvsl, char jobvsr, char sort, char sense, int n, int lda, double a[], int ldb, double b[], int *sdim, double alphar[], double alphai[], double beta[], int ldvsl, double vsl[], int ldvsr, double vsr[], double rconde[], double rcondv[], double work[], int lwork, int iwork[], int liwork, int bwork[], int *info, int *irev)
 (Expert driver) Generalized Schur factorization of general matrices (Reverse communication version)
 
void dggev (char jobvl, char jobvr, int n, int lda, double a[], int ldb, double b[], double alphar[], double alphai[], double beta[], int ldvl, double vl[], int ldvr, double vr[], double work[], int lwork, int *info)
 (Simple driver) Generalized eigenvalue problem of general matrices
 
void dggevx (char balanc, char jobvl, char jobvr, char sense, int n, int lda, double a[], int ldb, double b[], double alphar[], double alphai[], double beta[], int ldvl, double vl[], int ldvr, double vr[], int *ilo, int *ihi, double lscale[], double rscale[], double *abnrm, double *bbnrm, double rconde[], double rcondv[], double work[], int lwork, int iwork[], int bwork[], int *info)
 (Expert driver) Generalized eigenvalue problem of general matrices
 

Detailed Description

This is the group of D4b2. Generalized eigenvalue problems (general matrices).