Method: Matrix#givensR

Defined in:
lib/extendmatrix.rb

#givensRObject

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