|
Functions |
| void | dsyev_ (const char &jobz, const char &uplo, const int &n, double a[], const int &lda, double w[], double work[], const int &lwork, int &info) |
| void | dspev_ (const char &jobz, const char &uplo, const int &n, double ap[], double w[], double z[], const int &ldz, double work[], int &info) |
| void | dgelss_ (const int &m, const int &n, const int &nrhs, double a[], const int &lda, double b[], const int &ldb, double s[], const double &rcond, int &rank, double work[], const int &lwork, int &info) |
| void | dgesvd_ (const char &jobu, const char &jobvt, const int &m, const int &n, double a[], const int &lda, double s[], double u[], const int &ldu, double vt[], const int &ldvt, double work[], const int &lwork, int &info) |
| void | dgeev_ (const char &jobvl, const char &jobvr, const int &n, double a[], const int &lda, double wr[], double wi[], double vl[], const int &ldvl, double vr[], const int &ldvr, double work[], const int &lwork, int &info) |
| void | dgetrf_ (const int &m, const int &n, double a[], const int &lda, int ipiv[], int &info) |
| void | dgetri_ (const int &n, double a[], const int &lda, int ipiv[], double work[], const int &lwork, int &info) |