Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 3885:f49111e2d8a4
[project @ 2002-04-03 17:33:19 by jwe]
author | jwe |
---|---|
date | Wed, 03 Apr 2002 17:33:19 +0000 |
parents | 69b6bd271277 |
children | 7da18459c08b |
comparison
equal
deleted
inserted
replaced
3884:fcb4931ec48a | 3885:f49111e2d8a4 |
---|---|
1 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> | |
2 | |
3 * special-matrix/vander.m: Code tidy and vectorize. | |
4 | |
1 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> | 5 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
2 | 6 |
3 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition | 7 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
4 to vectors. Issue a warning in the case x matches y' but return a | 8 to vectors. Issue a warning in the case x matches y' but return a |
5 column vector as Octave currently does. | 9 column vector as Octave currently does. |