1 Pages (5 items)
sum over range is terribly slow - Messages
debug.sm (12.2 KiB) downloaded 630 time(s).
While doing a sum on a floating-point range I have realized simple SUM(4) cannot be directly used
It requires translation of FP range into the integer range, which is basically a hack.
Doing a sum over the FP range in a loop is terribly slow - any ideas why?

While doing a sum on a floating-point range I have realized simple SUM(4) cannot be directly used
It requires translation of FP range into the integer range, which is basically a hack.
Doing a sum over the FP range in a loop is terribly slow - any ideas why?

Use Optimization --> Numeric on the function.
(R/Click on the function, select Optimization ---> Numeric.
(R/Click on the function, select Optimization ---> Numeric.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
WroteUse Optimization --> Numeric on the function.
(R/Click on the function, select Optimization ---> Numeric.
That worked. Thanks!
WroteDoing a sum over the FP range in a loop is terribly slow - any ideas why?
I don't see that here. "for loop" is always the winner. deeper @ kernel level.
debug [doctored].sm (12.28 KiB) downloaded 513 time(s).
WroteWroteDoing a sum over the FP range in a loop is terribly slow - any ideas why?
I don't see that here. "for loop" is always the winner. deeper @ kernel level.
debug [doctored].sm (12.28 KiB) downloaded 513 time(s).
AS NTDMA has suggested, Numeric Optimization did the trick. Its was purely to do with my incompetence.
1 Pages (5 items)
- New Posts
- No New Posts