QR_Q.hh File Reference
#include <cfloat>
#include "basics/typedefs.hh"
#include "basics/outputOperator.hh"
#include "function/vector.hh"
#include "toolbox/array.hh"
Go to the source code of this file.
Classes | |
class | concepts::QR_Q< F > |
Gives min(N,M) by min(N,M) - Q matrix of QR decomposition of a M by N non sparse matrix A. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Detailed Description
QR_Q QR Algorithm using lapack routines dgeqrf, dorgqr (Real) and zgeqrf, zungqr (Cmplx)
Definition in file QR_Q.hh.