Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

svd.h File Reference

Definitions of Singular Value Decompositions. More...

#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).


Detailed Description

Definitions of Singular Value Decompositions.

Author:
Tony Ottosson and Tobias Ringström
1.13

2002/03/07 10:28:12


Generated on Fri Sep 16 11:06:21 2005 for spuc by  doxygen 1.4.4