diff options
Diffstat (limited to 'SRC/stgexc.f')
-rw-r--r-- | SRC/stgexc.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/stgexc.f b/SRC/stgexc.f index 7ff8bd6b..8c9c834d 100644 --- a/SRC/stgexc.f +++ b/SRC/stgexc.f @@ -33,8 +33,8 @@ * Optionally, the matrices Q and Z of generalized Schur vectors are * updated. * -* Q(in) * A(in) * Z(in)' = Q(out) * A(out) * Z(out)' -* Q(in) * B(in) * Z(in)' = Q(out) * B(out) * Z(out)' +* Q(in) * A(in) * Z(in)**T = Q(out) * A(out) * Z(out)**T +* Q(in) * B(in) * Z(in)**T = Q(out) * B(out) * Z(out)**T * * * Arguments |