Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 5556:dc24a787b96b
[project @ 2005-12-01 20:40:14 by jwe]
author | jwe |
---|---|
date | Thu, 01 Dec 2005 20:40:14 +0000 |
parents | dbdba35033a6 |
children | ec7b3ceb4bf2 |
comparison
equal
deleted
inserted
replaced
5555:dbdba35033a6 | 5556:dc24a787b96b |
---|---|
1 2005-12-01 John W. Eaton <jwe@octave.org> | |
2 | |
3 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
4 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6 | |
1 2005-11-30 John W. Eaton <jwe@octave.org> | 7 2005-11-30 John W. Eaton <jwe@octave.org> |
2 | 8 |
3 * linear-algebra/krylov.m: Format doc string. | 9 * linear-algebra/krylov.m: Format doc string. |
4 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | 10 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5 | 11 |