Post Reply 
Insufficient Memory for MAKEMAT(0,320,240)
09-21-2022, 09:50 PM
Post: #5
RE: Insufficient Memory for MAKEMAT(0,320,240)
(09-17-2022 12:57 PM)matalog Wrote:  
I tried M1:=MAKEMAT(0,320,240)

I imagined this would be 320x240 = 76,800 bytes for 8 bit numbers, maybe 76,800 x 5 for larger numbers. What is the initial expectation for the type of numbers in a Matrix?

The per-element memory use is 8 bytes (for real matrices); there’s also a little bit of fixed per-matrix overhead (for matrix dimensions, type, etc.). Matrices hold floating-point values (of the same floating-point arithmetic as the built-in variables).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Insufficient Memory for MAKEMAT(0,320,240) - jte - 09-21-2022 09:50 PM



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