Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

lapackprotod.h File Reference

Go to the source code of this file.

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)


Function Documentation

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 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 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
 

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 dsyev_ const char &    jobz,
const char &    uplo,
const int &    n,
double    a[],
const int &    lda,
double    w[],
double    work[],
const int &    lwork,
int &    info
 


Generated on Thu Dec 9 17:13:25 2004 for fl by doxygen1.2.18