Returns the upper triunghiular matrix R of a Givens QR factorization
932 933 934
# File 'lib/extendmatrix.rb', line 932 def givensR Givens.QR(self)[0] end