Post Reply 
Questions: list processing
08-08-2016, 06:35 AM
Post: #3
RE: Questions: list processing
Short answer: you should use .^ instead of ^ (or .* .+ .-) for list processing with CAS objects.
Explanation: ^ does call the so-called fast exponentiation algorithm. This algorithm initializes the result to 1 and does multiplications with the power basis to powers of 2, at some point you have therefore a scalar times a DOM_LIST object, and this is interpreted as a multiplication by a dense 1-d polynomial.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Questions: list processing - compsystems - 08-08-2016, 03:24 AM
RE: Questions: list processing - parisse - 08-08-2016 06:35 AM



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