Search
Description
when a matrix is too big (f.e. 50x50) sum crashes
try:
sum(identity(40)) -> works
sum(identity(50)) -> unrecoverable crash
smath (Sunday, March 6, 2016 12:30 AM) #
Thank you. Fixed.