Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
#include <itpp/itexports.h>
34
35
namespace
itpp
36
{
37
60
ITPP_EXPORT
bool
svd
(
const
mat &A, vec &s);
61
84
ITPP_EXPORT
bool
svd
(
const
cmat &A, vec &s);
85
107
ITPP_EXPORT vec
svd
(
const
mat &A);
108
131
ITPP_EXPORT vec
svd
(
const
cmat &A);
132
155
ITPP_EXPORT
bool
svd
(
const
mat &A, mat &U, vec &s, mat &V);
156
179
ITPP_EXPORT
bool
svd
(
const
cmat &A, cmat &U, vec &s, cmat &V);
180
181
182
}
// namespace itpp
183
184
#endif // #ifndef SVD_H
Generated on Sat Jul 6 2013 10:54:19 for IT++ by
Doxygen
1.8.2