Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
itpp
base
algebra
svd.h
Go to the documentation of this file.
1
29
#ifndef SVD_H
30
#define SVD_H
31
32
#include <
itpp/base/mat.h
>
33
34
35
namespace
itpp
36
{
37
60
bool
svd
(
const
mat &A, vec &s);
61
84
bool
svd
(
const
cmat &A, vec &s);
85
107
vec
svd
(
const
mat &A);
108
131
vec
svd
(
const
cmat &A);
132
155
bool
svd
(
const
mat &A, mat &U, vec &s, mat &V);
156
179
bool
svd
(
const
cmat &A, cmat &U, vec &s, cmat &V);
180
181
182
}
// namespace itpp
183
184
#endif // #ifndef SVD_H
Generated on Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2