
#include "Image/LinearAlgebraFlags.H"

Go to the source code of this file.
Functions | |
| void | gsl::svd (const Image< double > &A, Image< double > &U, Image< double > &S, Image< double > &V, const SvdFlag flags) |
| Double-precision real svd using gsl's gsl_linalg_SV_decomp() or gsl_linalg_SV_decomp_mod(). | |
| void | gsl::svdf (const Image< float > &A, Image< float > &U, Image< float > &S, Image< float > &V, const SvdFlag flags) |
| Single-precision real svd (just forwards to the double-precision version). | |
Definition in file gsl.H.
1.6.3