comparison PROJECTS @ 3092:4bb976b250bf

[project @ 1997-10-17 07:48:48 by jwe]
author jwe
date Fri, 17 Oct 1997 07:52:48 +0000
parents 8c779ed7979b
children f936c7f5074f
comparison
equal deleted inserted replaced
3091:b06dcbb6b3b1 3092:4bb976b250bf
464 calls. If you are really looking to make a function work for 464 calls. If you are really looking to make a function work for
465 vector/matrix arguments and you want it to run fast, you should 465 vector/matrix arguments and you want it to run fast, you should
466 write it in terms of the existing vector/matrix operators as much 466 write it in terms of the existing vector/matrix operators as much
467 as possible. 467 as possible.
468 468
469 * Make it possible to write a function that gets a reference to a
470 matrix in memory and change one or more elements without
471 generating a second copy of the data.
472
469 ------- 473 -------
470 History: 474 History:
471 ------- 475 -------
472 476
473 * Add an option to allow saving input from script files in the 477 * Add an option to allow saving input from script files in the
474 history list. 478 history list.
479
480 * The history command should accept two numeric arguments to
481 indicate a range of history entries to display, save or read.
475 482
476 * Add an option to include information about the Octave session in 483 * Add an option to include information about the Octave session in
477 the history list. Possibly a time/date stamp and the current 484 the history list. Possibly a time/date stamp and the current
478 Octave line number, appended as a comment (users should probably 485 Octave line number, appended as a comment (users should probably
479 be able to control the format). 486 be able to control the format).