Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

netlib.h File Reference

Go to the source code of this file.

Functions

int dsvdc_ (double *x, const int &ldx, const int &m, const int &n, double *sv, double *errors, double *u, const int &ldu, double *v, const int &ldv, double *work, const int &job, int *info)
int rsg_ (const int &nm, const int &n, const double *a_matrix, const double *b_matrix, double *eigenvalues, const int &want_eigenvectors, const double *eigenvectors, const double *workspace_1_size_n, const double *workspace_2_size_n, int *output_error_code)
int rs_ (const int &nm, const int &n, const double *a_matrix, double *eigenvalues, const int &want_eigenvectors, const double *eigenvectors, const double *workspace_1_size_n, const double *workspace_2_size_n, int *output_error_code)
int dqrdc_ (double *x, const int &ldx, const int &n, const int &p, double *qraux, int *jpvt, double *work, const int &job)


Function Documentation

int dqrdc_ double *    x,
const int &    ldx,
const int &    n,
const int &    p,
double *    qraux,
int *    jpvt,
double *    work,
const int &    job
 

int dsvdc_ double *    x,
const int &    ldx,
const int &    m,
const int &    n,
double *    sv,
double *    errors,
double *    u,
const int &    ldu,
double *    v,
const int &    ldv,
double *    work,
const int &    job,
int *    info
 

int rs_ const int &    nm,
const int &    n,
const double *    a_matrix,
double *    eigenvalues,
const int &    want_eigenvectors,
const double *    eigenvectors,
const double *    workspace_1_size_n,
const double *    workspace_2_size_n,
int *    output_error_code
 

int rsg_ const int &    nm,
const int &    n,
const double *    a_matrix,
const double *    b_matrix,
double *    eigenvalues,
const int &    want_eigenvectors,
const double *    eigenvectors,
const double *    workspace_1_size_n,
const double *    workspace_2_size_n,
int *    output_error_code
 


Generated at Fri May 21 01:16:06 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000