#include <gandalf/linalg/matf_lq.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_lq (Gan_Matrix_f *A, Gan_SquMatrix_f *L, Gan_Matrix_f *Q, float *work, unsigned long work_size) |
Performs LQ decomposition of matrix. |
Part of: Gandalf Library