Operators and Keywords
Function List:
C++ API
Given a two-element column vector, return the 2 by 2 orthogonal matrix G such that y = g * x and y(2) = 0.
y = g * x
y(2) = 0
See also: givens.
Package: octave