[Jmatlink-commitlog] jmatlink ChangeLog.txt,1.53,1.54
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2006-01-22 18:57:43
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13751 Modified Files: ChangeLog.txt Log Message: more testcases for engGetColumn/RowVector(epI, vector) Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ChangeLog.txt,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** ChangeLog.txt 21 Jan 2006 17:53:45 -0000 1.53 --- ChangeLog.txt 22 Jan 2006 18:57:34 -0000 1.54 *************** *** 7,11 **** --- 7,14 ---- release of JMatLink 1.x.x + 2006/01/22 stefan changed testEngGetRowVector and added testcase for engGetRowVector(ep1,v) + 2006/01/22 stefan changed testEngGetColumnVector and added testcase for engGetColumnVector(ep1,v) 2006/01/21 stefan changed JMatLink.java more speed for engGetRowVector(row) + remove for()-loop and return first row directly values[0] 2006/01/21 stefan changed JMatLink.java and added engGetRowVector(epI,row) 2006/01/21 stefan changed JMatLink.java and added engGetColumnVector(epI,column) |