Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Use the del statement:
del M
And python will take careby the way, a float64 array of shape (1000, 1000) takes only 7 Mb. If you're having memory problems, it's likely that the restproblem is elsewhere.
float64
(1000, 1000)
And python will take care of the rest.
And by the way, a float64 array of shape (1000, 1000) takes only 7 Mb. If you're having memory problems, it's likely that the problem is elsewhere.