#include <vector.h>
#include <matrix.h>
Include dependency graph for svd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | SPUC |
Functions | |
| bool | SPUC::svd (const mat &A, vec &S) |
| Singular Value Decomposition (SVD). | |
| bool | SPUC::svd (const cmat &A, vec &S) |
| Singular Value Decomposition (SVD). | |
| vec | SPUC::svd (const mat &A) |
| Singular Value Decomposition (SVD). | |
| vec | SPUC::svd (const cmat &A) |
| Singular Value Decomposition (SVD). | |
| bool | SPUC::svd (const mat &A, mat &U, vec &S, mat &V) |
| Singular Value Decomposition (SVD). | |
| bool | SPUC::svd (const cmat &A, cmat &U, vec &S, cmat &V) |
| Singular Value Decomposition (SVD). | |
2002/03/07 10:28:12
1.4.4