Advanpix Multi precision toolbox
조회 수: 16 (최근 30일)
이전 댓글 표시
I am seeking an efficient way of doing my numerical calculation in quad or more precision. Using a symbolic toolbox makes the code so slow that I will need years to finish a calculation. I found Advanpix selling a multi-precision toolbox for MATLAB but I am a little skeptical because if someone outside MATLAB can do this why not MATLAB doing it?
Anybody has any experience with Advanpix?
Thank you
Erdem
댓글 수: 0
답변 (2개)
Pavel Holoborodko
2012년 9월 28일
"...if someone outside MATLAB can do this why not MATLAB doing it?"
There are many important things which MATLAB is not doing (for whatever reason). For example, see the list of third-party toolboxes for MATLAB here:
It is easy to test if Advanpix mp-toolbox suits your needs - full functional trial version is available for download from the website.
P.S. I'm author of Advanpix Multiprecision Computing Toolbox.
댓글 수: 2
Pavel Holoborodko
2012년 9월 28일
편집: Pavel Holoborodko
2013년 7월 18일
Acceleration by GPU is not supported in toolbox (yet). And yes, huge matrices processing will be painfully slow.
We are working on employing quadruple precision arithmetic (instead of arbitrary precision) for big matrices. Hopefully this will give us significant boost in performance. New version will be ready in a few months...
Update (21 Feb 2013): As was advertised, now Advanpix toolbox implements highly optimized computations with quadruple precision (34 decimal digits). For example, now SVD/EIG are by x70-80 times faster comparing to symbolic toolbox.
Now toolbox makes it even possible to handle large matrices using quadruple precision.
abbe fuchs
2013년 3월 14일
Advanpix mp-toolbox is still unstable and yields a lot of strange results
i got 'Segmentation violation detected' several times
the eig is also unsatisfying
댓글 수: 2
Pavel Holoborodko
2013년 7월 18일
Could you be more specific please?
What exactly didn't work as expected?
abbe fuchs
2013년 7월 18일
once there was some problem. But now they have fixed it. It now works quite well.
참고 항목
카테고리
Help Center 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!