Go to the documentation of this file.
33#include <itpp/itexports.h>
60ITPP_EXPORT
bool svd(
const mat &A, vec &s);
84ITPP_EXPORT
bool svd(
const cmat &A, vec &s);
107ITPP_EXPORT vec
svd(
const mat &A);
131ITPP_EXPORT vec
svd(
const cmat &A);
155ITPP_EXPORT
bool svd(
const mat &A, mat &U, vec &s, mat &V);
179ITPP_EXPORT
bool svd(
const cmat &A, cmat &U, vec &s, cmat &V);
bool svd(const mat &A, vec &S)
Get singular values s of a real matrix A using SVD.
Matrix Class Definitions.
Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0