#include <gandalf/linalg/matf_qr.h>#include <gandalf/linalg/matf_gen.h>#include <gandalf/linalg/matf_square.h>#include <gandalf/linalg/matf_triangular.h>#include <gandalf/linalg/vecf_gen.h>#include <gandalf/linalg/matvecf_clapack.h>#include <gandalf/common/allocate.h>#include <gandalf/common/compare.h>#include <gandalf/common/misc_error.h>Functions | |
| Gan_Bool | gan_matf_qr (Gan_Matrix_f *A, Gan_Matrix_f *Q, Gan_SquMatrix_f *R, float *work, unsigned long work_size) | 
| Performs QR decomposition of matrix.   | |
Part of: Gandalf Library
 1.3.9.1