![]() |
![]()
| ![]() |
![]()
NAMElis_array_mgs - calculate the QR factorization with the modified Gram-Schmidt process SYNOPSIS#include "lis.h" LIS_INT lis_array_mgs(LIS_INT n, LIS_SCALAR a[], LIS_SCALAR q[], LIS_SCALAR r[]); DESCRIPTIONCalculate the QR factorization QR=A with the modified Gram-Schmidt process. INPUTOUTPUTEXIT STATUSThe following exit values are returned:
SEE ALSOlis(3) http://www.ssisc.org/lis/
|