IT++ Logo
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
35namespace itpp
36{
37
60ITPP_EXPORT bool svd(const mat &A, vec &s);
61
84ITPP_EXPORT bool svd(const cmat &A, vec &s);
85
107ITPP_EXPORT vec svd(const mat &A);
108
131ITPP_EXPORT vec svd(const cmat &A);
132
155ITPP_EXPORT bool svd(const mat &A, mat &U, vec &s, mat &V);
156
179ITPP_EXPORT bool svd(const cmat &A, cmat &U, vec &s, cmat &V);
180
181
182} // namespace itpp
183
184#endif // #ifndef SVD_H
bool svd(const mat &A, vec &S)
Get singular values s of a real matrix A using SVD.
Definition: svd.cpp:185
Matrix Class Definitions.
itpp namespace
Definition: itmex.h:37
SourceForge Logo

Generated on Sun Jun 5 2022 21:26:42 for IT++ by Doxygen 1.9.3