-
**Reported by jiri on 13 Jun 2013 14:03 UTC**
A part of the code was manually vectorised. It involved rewriting of CalculateDensityAndMomentum and CalculateFeq (Lattice.h) and adding double versions o…
-
Found a few extra tricks that I can use to speed up model computation
-
**Reported by rupert on 14 Aug 2013 15:42 UTC**
Currently, we have
{{
HEMELB_USE_SSE3: ON/OFF
HEMELB_USE_AVX: ON/OFF
}}
Having two flags controlling the vectorisation doesn't make sense when then can…
-
Currently:
``` R
library(dplyr)
library(purrr)
df
-
I somehow planned it a while ago although I was waiting for some stability and a good feature set in order to really start thinking about it. We have started discussing about it with @MichaelMauderer …
-
```
Probably more of an issue with with Matlab itself rather than the toolbox, but
things get slow and unresponsive when working with a large dataset with lots of
points QC flagged e.g. 6 months of …
-
I've created two models that are equivalent, but where I use an explicit sum (vector = real \* vector + real \* vector + ...) in one model, and a matrix multiplication (row_vector = row_vector \* matr…
mkuhn updated
8 years ago
-
memory goes out of reasonable bounds.
i will fix it with a temporary workaround:
specMat = zeros(fs, size(frameMatWinMean,2));
for i = 1:size(frameMatWinMean,2)
specMat(:,i) = abs( fft(frameMatW…
-
The functionality is there but too slow. In ANUGA where the code comes from, I wrote the computationally intensive code in C.
However, trying not to introduce dependencies on gcc it should be written …
-
Hello all,
I'm wanting to express my system in terms of Eigen matrices of complex. Apparently, this stretches the current implementation in eigen_algebra.hpp a bit. I've managed to twist my brain a…