Hi,
I'm trying to understand the inner functioning of dgebd2 routine
What I do not understand is the third parameter passed to dlarfdg routine : https://github.com/Reference-LAPACK/lapack/blob/master/SRC/dgebd2.f#L245
The third parameter, as far as I understood, should be an array: https://github.com/Reference-LAPACK/lapack/blob/master/SRC/dlarfg.f#L107
but....is A( MIN( I+1, M ), I ) an array?
Looking forward to your kind explanations and hints.
Marco

