Post Reply 
New Bug in Matrix with SCALE [Solved]
01-07-2016, 12:37 PM
Post: #8
RE: New Bug in Matrix with SCALE
(01-07-2016 06:02 AM)cyrille de brébisson Wrote:  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

Thanks!

Leo

Visit this user's website 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 - 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: 1 Guest(s)