jacobwilliams / bspline-fortran

Multidimensional B-Spline Interpolation of Data on a Regular Grid
Other
174 stars 55 forks source link

Reshape calls #53

Closed jacobwilliams closed 5 years ago

jacobwilliams commented 5 years ago

This reshape call for the 3d ink routine:

        temp(1:nx*ny*nz) = reshape( fcn, [nx*ny*nz] )

Is crashing for large data sets. Replace with loops. Note there is also another one for the 5D routine.