-
barrowes registered the Multiple Precision Toolbox for Matlab project.
2004-12-01 23:41:24 UTC in Multiple Precision Toolbox for Matlab
-
0.77 is faster than 0.75. Functionality is the same.
Ben.
2004-06-21 21:47:20 UTC in f2matlab
-
This is ~2-3 times faster than 0.75. Functionality is the same.
Ben.
2004-06-21 21:45:32 UTC in f2matlab
-
With TMW recent 6.5 release, matlab2fmex now has some competition for speed. My experience is that R13 does optimize some loops effectively, sometimes for order(s) of magnitude performance gains. While this is great news, matlab2fmex still usually beats native *.m code by a factor of at least 2-3, and much of the time by more than that.
This v1.00 release involved a major rewrite. For...
2002-09-26 11:05:00 UTC in matlab2fmex
-
The major news of this release is the support for most (all) of the various subscripting methods in matlab2fmex. Logical indexing is now supported as well as indexing a 2 dimensional variable with 1 subscript, etc. The trig functions were also redone as well as some other items. Feedback is always welcome.
Ben Barrowes.
2002-08-05 18:21:52 UTC in matlab2fmex
-
Release 0.8 is a major advance for matlab2fmex. With the redisigned data passing methods, matlab2fmex should work with a much broader range of compilers.
The hints file now has a section for configuring your mexopts.sh file for three different systems: Linux - Intel fortran, Linux Nag fortran, and Tru64 Unix - Compaq fortran. This should allow easier configuration of matlab2fmex.
Ben...
2002-07-11 15:58:22 UTC in matlab2fmex
-
This release fixes some bugs. This release also treats 0-indexed variables better, accounting for them in the matlab code. f2matlab translated "Computation of Special Function" routines into Matlab. Find the translation at:
http://ceta.mit.edu/comp_spec_func/index.html
Thanks!
Ben Barrowes.
2002-07-08 19:13:00 UTC in f2matlab
-
This new release fixes many bugs both major and minor. Strings are handled a bit better, more functions are converted properly, etc.
Submit bug reports to:
barrowes@users.sourceforge.net
Enjoy!
Ben Barrowes.
2002-06-04 21:54:11 UTC in f2matlab
-
Release 0.1 was incorrectly linked and errors probably resulted. Release 0.2 hopes to fix these and also allows for multiple program units in one file. An example "mcpbdn.for" is included. Send all bug reports to my sourceforge e-mail:
barrowes@users.sourceforge.net
Thanks!
Ben Barrowes.
2002-05-23 14:00:08 UTC in f2matlab
-
This release includes fairly significant streamlining of the resultant fmex code hopefully making the code easier to look at and a little faster. A couple of other minor bugs have been fixed as well.
2002-05-03 15:40:32 UTC in matlab2fmex