Search:

Type: Posts; User: Daryze

Search: Search took 0.00 seconds.

  1. With the current project I am working on now,...

    With the current project I am working on now, I've run a few tests to see how sparse the matrix is. The x, y, and n all happen to correspond to coordinates of pixels on the project. Thus, (0, 0, 0)...
  2. One thing I did forget to mention is that 2 of...

    One thing I did forget to mention is that 2 of the dimensions are known before the program runs (The file has a GUI to run the script) but a third dimension is dynamically allocated, that is it...
  3. Allocating Memory for Sparsely Populated Arrays/Matrices

    I'm using a program to allocate a good chunk of memory, upwards of a gig (1 GB) of ram for a 3 dimensional array. I'm looking for a way to make my allocation more efficient, if possible, because some...
Results 1 to 3 of 3