#include <gandalf/linalg/matf_svd.h>
#include <gandalf/linalg/matf_gen.h>
#include <gandalf/linalg/matf_square.h>
#include <gandalf/linalg/clapack.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/common/compare.h>
#include <gandalf/common/array.h>
#include <gandalf/common/allocate.h>
Classes | |
struct | SVDOrder |
Typedefs | |
typedef SVDOrder | SVDOrder |
Functions | |
Gan_Bool | gan_matf_svd (Gan_Matrix_f *A, Gan_Matrix_f *U, Gan_SquMatrix_f *S, Gan_Matrix_f *VT, float *work, unsigned long work_size) |
Computes singular value decomposition of matrix. |
Part of: Gandalf Library