#include <gandalf/linalg/mat_qr.h>
#include <gandalf/linalg/mat_gen.h>
#include <gandalf/linalg/mat_square.h>
#include <gandalf/linalg/mat_triangular.h>
#include <gandalf/linalg/vec_gen.h>
#include <gandalf/linalg/matvec_clapack.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/compare.h>
#include <gandalf/common/misc_error.h>
Functions | |
Gan_Bool | gan_mat_qr (Gan_Matrix *A, Gan_Matrix *Q, Gan_SquMatrix *R, double *work, unsigned long work_size) |
Performs QR decomposition of matrix. |
Part of: Gandalf Library