Navigation

Operators and Keywords

Function List:

C++ API

: [y, h] = mgorth (x, v)

Orthogonalize a given column vector x with respect to a set of orthonormal vectors comprising the columns of v using the modified Gram-Schmidt method.

On exit, y is a unit vector such that:

 norm (y) = 1
 v' * y = 0
 x = [v, y]*h'

Package: octave