IT++
4.3.1
Toggle main menu visibility
itpp
base
algebra
svd.h
Go to the documentation of this file.
1
28
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::svd
bool svd(const mat &A, vec &S)
Get singular values s of a real matrix A using SVD.
Definition
svd.cpp:185
mat.h
Matrix Class Definitions.
itpp
itpp namespace
Definition
itmex.h:37
Generated by
1.17.0