Method: Stick::Matrix#gram_schmidtR
- Defined in:
- lib/stick/matrix.rb
#gram_schmidtR ⇒ Object
Returns the R_1 upper triangular matrix of Modified Gram Schmidt algorithm
631 632 633 |
# File 'lib/stick/matrix.rb', line 631 def gram_schmidtR gram_schmidt[1] end |