16#ifndef _032E05C2_F193_11d2_B8F2_00C04F6881C7
17#define _032E05C2_F193_11d2_B8F2_00C04F6881C7
21 void num_svd(
const REAL *a,
int m,
int n,REAL *u,REAL *w,REAL *vt);
24 void num_svd_backsubst(
int m,
int n,
const REAL *u,
const REAL *w,
const REAL *vt,
25 const REAL b[], REAL x[], REAL
eps);
void num_svd(const REAL *a, int m, int n, REAL *u, REAL *w, REAL *vt)
Definition: SVD.inl:728
void num_svd_backsubst(int m, int n, const REAL *u, const REAL *w, const REAL *vt, const REAL b[], REAL x[], REAL eps)
Definition: SVD.inl:791
const double eps
Definition: poly34.cpp:13