Page 1 of 1

Input Matrix in DTPQRT

PostPosted: Thu Jan 29, 2015 7:23 pm
by ssnima
Hi there

Could you please give me an example of Matrix C in DTPQRT or a sample code that use DTPQRT?

In document of DTPQRT C is:

Code: Select all
 DTPQRT computes a blocked QR factorization of a real
 "triangular-pentagonal" matrix C, which is composed of a
 triangular block A and pentagonal block B, using the compact
 WY representation for Q.


Thanks.