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

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