[Mathlib-commitlog] mathlib ChangeLog.txt,1.143,1.144
Status: Beta
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2007-01-10 18:51:15
|
Update of /cvsroot/mathlib/mathlib In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20875 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/mathlib/mathlib/ChangeLog.txt,v retrieving revision 1.143 retrieving revision 1.144 diff -C2 -d -r1.143 -r1.144 *** ChangeLog.txt 9 Jan 2007 19:34:49 -0000 1.143 --- ChangeLog.txt 10 Jan 2007 18:51:08 -0000 1.144 *************** *** 33,36 **** --- 33,40 ---- stefan * + 2007/01/10 + stefan + ExternalElementWiseFunction.java for evaluation of functions which work + the same on all elements of an array (e.g. sin()) + 2007/01/09 stefan * NumberToken.java, zeros.java, ones.java added support for ND-arrays |