Double Class replacement library
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm trying to use Marcel Leutenegger's double class of approximations ( http://documents.epfl.ch/users/l/le/leuteneg/www/MATLABToolbox/DoubleClass.html ) on a 64 bit widows 7 machine with R2014b. I know it's 7 year old software, but I have an application where a bit of savings on a few functions (tan, exp) will save me a ton of time.
Except ....I can't seem to get access to most of the interesting functions that would really speed up my code.
Some of the replacement functions are in m files and some are in dll's. After I add the appropriate path I can see the m replacements, but not the dll's.
>> addpath('C:\Users\Me\Downloads\DoubleClass'); >> which cot C:\Users\Me\Downloads\DoubleClass\@double\cot.m % double method >> which exp built-in (C:\Program Files\MATLAB\R2014b\toolbox\matlab\elfun\@double\exp)
Ideas welcome.
댓글 수: 0
답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!