Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

This manual is preliminary and incomplete.
While our Core implementation implements all functions given in the standard we are still working on completing this documentation.

Please refer to the VSIPL standard for a complete function reference of the Core profile until we have completed work on this documentation.

6.5.4 vsip_dqrd_p - Perform QR Decomposition

int vsip_qrd_f(vsip_qr_f *qrd, const vsip_mview_f *a); 
int vsip_cqrd_f(vsip_cqr_f *qrd, const vsip_cmview_f *a);
Description

This function performs the QR decomposition of matrix A using the provided QR decomposition object. The QR decomposition expresses matrix A as the product of an orthogonal matrix Q and an upper triangular matrix R, such that A = QR.

Parameters
Return Value
Notes