Aqualinc / RGWSW

R functions for hydrological modeling of groundwater and surface water
0 stars 0 forks source link

Bouss.eigen is too slow #2

Closed TimKerr closed 9 years ago

TimKerr commented 9 years ago

the bouss.eigen function includes a for loop that could be removed with an apply which might speed things up

TimKerr commented 9 years ago

Removed the for loop and now using an apply function. Speed is still not great, but a bit better. The biggest holdup is calculating the eigenvalues, currently done with a variant of a moving average function.