|
1. | To form the full by matrix :
nag_dorgbr(order,Nag_FormQ,m,m,n,...)(note that the array a must have at least columns). |
2. | If , to form the leading columns of :
nag_dorgbr(order,Nag_FormQ,m,n,n,...) |
3. | To form the full by matrix :
nag_dorgbr(order,Nag_FormP,n,n,m,...)(note that the array a must have at least rows). |
4. | If , to form the leading rows of :
nag_dorgbr(order,Nag_FormP,m,n,m,...) |
1. | To form the whole of :
|
2. | To form the leading columns of when :
|
3. | To form the whole of :
|
4. | To form the leading rows of when :
|