diff PROJECTS @ 2506:3b8598be273e

[project @ 1996-11-13 04:26:39 by jwe]
author jwe
date Wed, 13 Nov 1996 04:27:31 +0000
parents 6f7bb8b60579
children 9b0dd36714eb
line wrap: on
line diff
--- a/PROJECTS
+++ b/PROJECTS
@@ -92,6 +92,8 @@
   * Given two vectors x and y of length m and n, implement a function
     outer (x, y, f) that returns an m-by-n matrix with entries
     f (x(i), y(j)).  If f is omitted, multiplication is the default.
+    Should probably work for any vectors, not just if x is a column
+    vector and y is a row vector.
 
 --------
 Graphics: