Mercurial > hg > octave-lyh
diff PROJECTS @ 3060:9c6cd52f3f5a
[project @ 1997-06-25 18:30:40 by jwe]
author | jwe |
---|---|
date | Wed, 25 Jun 1997 18:32:50 +0000 |
parents | f2a34a28d9c5 |
children | db6d57d718f7 |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -451,6 +451,15 @@ * Make it possible to mark variables and functions as read-only. + * Provide a built-in function for applying a scalar function to an + array. Be sure to note in the manual that this is not the + preferred way to write a function that can handle vector/matrix + arguments because there is a significant overhead for function + calls. If you are really looking to make a function work for + vector/matrix arguments and you want it to run fast, you should + write it in terms of the existing vector/matrix operators as much + as possible. + ------- History: -------