LQ Decomposition and Null Space
- From: michael@xxxxxxxxxxxxxxxx
- Date: 29 Mar 2007 13:12:56 -0700
Given a matrix A(m,n) where m<=n, LAPACK subroutine DGELQF calculates
the LQ decomposition A=(L 0)Q where L(m,m) and Q(n,n). The subroutine
DORGLQ forms the first m rows of the matrix Q. These rows correspond
to the Transpose(Range) space of the matrix A. The null space
transpose corresponds to the n-m rows of Q. Does anyone know of an
efficient way to form this null space?
Michael
.
- Follow-Ups:
- Re: LQ Decomposition and Null Space
- From: Pierre Asselin
- Re: LQ Decomposition and Null Space
- Prev by Date: Re: Starting to doubt fortran
- Next by Date: Re: Starting to doubt fortran
- Previous by thread: Converting a string to reals
- Next by thread: Re: LQ Decomposition and Null Space
- Index(es):
Relevant Pages
|
|