Post Reply 
Complex plotting question
04-02-2018, 04:42 PM
Post: #4
RE: Complex plotting question
Recomputing twice isn't particularly a concern here, since it is actually going to be evaluated thousands or possibly tens of thousands of times. Smile

I don't think there is a way to avoid it. There is no "caching" of intermediate results like this across different defined functions because the complexity basically costs more then just calculating it. You'd have to lookup that the intermediate results matched, and do quite a bit of checking to make sure nothing funny was going on. I suspect it might end up being slower then just recalculating it.

Until we get some sort of a complex support in the plotter, you'll need to split it like this to do what you want I believe.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Complex plotting question - John Keith - 04-01-2018, 10:22 PM
RE: Complex plotting question - John Keith - 04-02-2018, 03:03 PM
RE: Complex plotting question - Tim Wessman - 04-02-2018 04:42 PM
RE: Complex plotting question - John Keith - 04-02-2018, 08:52 PM



User(s) browsing this thread: 1 Guest(s)