Mercurial > hg > octave-lyh
changeset 3179:f657159c8152
[project @ 1998-07-29 19:50:02 by jwe]
author | jwe |
---|---|
date | Wed, 29 Jul 1998 19:50:02 +0000 |
parents | 09a3064a3a17 |
children | c17387059fd3 |
files | src/DLD-FUNCTIONS/balance.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/balance.cc +++ b/src/DLD-FUNCTIONS/balance.cc @@ -55,7 +55,7 @@ B: (default) permute and scale, in that order. Rows/columns\n\ of a (and b) that are isolated by permutation are not scaled\n\ \n\ -[DD, AA] = balance (A, OPT) returns aa = dd*a*dd,\n\ +[DD, AA] = balance (A, OPT) returns aa = inv(dd)*a*dd,\n\ \n\ [CC, DD, AA, BB] = balance (A, B, OPT) returns AA (BB) = CC*A*DD (CC*B*DD)") {