#include <gandalf/linalg/mat_svd.h>
#include <gandalf/linalg/mat_gen.h>
#include <gandalf/linalg/mat_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_mat_svd (Gan_Matrix *A, Gan_Matrix *U, Gan_SquMatrix *S, Gan_Matrix *VT, double *work, unsigned long work_size) |
Computes singular value decomposition of matrix. |
Part of: Gandalf Library