Post Reply 
New Bug in Matrix with SCALE [Solved]
01-07-2016, 06:02 AM
Post: #7
RE: New Bug in Matrix with SCALE
Hello,

mRow is a CAS function.
It will work a little bit like SCALE, with the exception that it does not try to do in-place modification (ie, no auto store of result in input matrix).

This means that you can use it, BUT it will be slower because:
- Using it will require a Home to CAS/CAS to home transition
- CAS is usually slower on matrices because it does much more memory allocations (HOME handles matrices as 1 memory block of numbers, CAS handle each number as 1 memory block).

Cyrille

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


Messages In This Thread
RE: New Bug in Matrix with SCALE - jrozsas - 01-05-2016, 10:06 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-05-2016, 10:17 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-06-2016, 10:08 AM
RE: New Bug in Matrix with SCALE - cyrille de brébisson - 01-07-2016 06:02 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-07-2016, 12:37 PM
RE: New Bug in Matrix with SCALE - jrozsas - 09-01-2016, 09:15 PM



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