[Mathlib-commitlog] SF.net SVN: mathlib:[554] JMathLib/trunk/src/jmathlib/toolbox
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-12-20 12:35:39
|
Revision: 554
http://mathlib.svn.sourceforge.net/mathlib/?rev=554&view=rev
Author: st_mueller
Date: 2008-12-20 12:35:33 +0000 (Sat, 20 Dec 2008)
Log Message:
-----------
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/specfun/betaln.m
JMathLib/trunk/src/jmathlib/toolbox/specialmatrix/hankel.m
Modified: JMathLib/trunk/src/jmathlib/toolbox/specfun/betaln.m
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/specfun/betaln.m 2008-12-20 12:34:01 UTC (rev 553)
+++ JMathLib/trunk/src/jmathlib/toolbox/specfun/betaln.m 2008-12-20 12:35:33 UTC (rev 554)
@@ -48,10 +48,10 @@
retval = gammaln (a) + gammaln (b) - gammaln (a + b);
endfunction
-%!assert (betaln(3,4),log(beta(3,4)),eps)
+//%!assert (betaln(3,4),log(beta(3,4)),eps)
-%!error (betaln(1.))
-%!error (betaln(1.,1.,1.))
+//%!error (betaln(1.))
+//%!error (betaln(1.,1.,1.))
/*
@GROUP
Modified: JMathLib/trunk/src/jmathlib/toolbox/specialmatrix/hankel.m
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/specialmatrix/hankel.m 2008-12-20 12:34:01 UTC (rev 553)
+++ JMathLib/trunk/src/jmathlib/toolbox/specialmatrix/hankel.m 2008-12-20 12:35:33 UTC (rev 554)
@@ -101,11 +101,11 @@
endfunction
-%!assert(hankel(1:3),[1,2,3;2,3,0;3,0,0])
-%!assert(hankel(1),[1]);
-%!assert(hankel(1:3,3:6),[1,2,3,4;2,3,4,5;3,4,5,6]);
-%!assert(hankel(1:3,3:4),[1,2;2,3;3,4]);
-%!assert(hankel(1:3,4:6),[1,2,3;2,3,5;3,5,6]);
+//%!assert(hankel(1:3),[1,2,3;2,3,0;3,0,0])
+//%!assert(hankel(1),[1]);
+//%!assert(hankel(1:3,3:6),[1,2,3,4;2,3,4,5;3,4,5,6]);
+//%!assert(hankel(1:3,3:4),[1,2;2,3;3,4]);
+//%!assert(hankel(1:3,4:6),[1,2,3;2,3,5;3,5,6]);
/*
@GROUP
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|