Double Class replacement library

조회 수: 1 (최근 30일)
David Short
David Short 2015년 3월 12일
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개)

카테고리

Help CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by