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
itpp
itpp namespace
Definition:
itmex.h:36
mat.h
Matrix Class Definitions.
itpp::svd
bool svd(const mat &A, vec &S)
Get singular values s of a real matrix A using SVD.
Definition:
svd.cpp:185
Generated on Mon Mar 23 2020 06:18:03 for IT++ by
Doxygen
1.8.17