Name

qdgqr — QR decomposition with modified Gram-Schmidt orthonormalization

Calling Sequence

[Q,R] = qdgqr(A)

Parameters

A

QD matrix

Q,R

QD matrix

Description

qdgqr(A)

returns a <term>(m,n)</term> orthogonal matrix <term>Q</term> and a <term>(n,n)</term> upper triangular matrix <term>R</term>.

Examples


 A = qdrand(10,10)
 [Q,R] = qdgqr(A)
 
	

See Also

qd , qdrand

Authors

Copyright (C) 2011 - Tsubasa Saito