Commit | Date | |
---|---|---|
[r23902]
by
tlinnet
Reordered the initialization structure of the special numpy arrays. This was done in the init part of the target function of relaxation dispersion. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-13 05:21:04 | Tree |
[r23901]
by
tlinnet
Replaced the loop structure in target function of TAP03 with numpy arrays. This makes the model faster. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-13 05:21:02 | Tree |
[r23900]
by
tlinnet
Made dw in unit tests of TAP03 be of numpy array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-13 05:21:00 | Tree |
[r23899]
by
tlinnet
Converted TAP03 model to use multi dimensional numpy arrays. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-13 05:20:57 | Tree |
[r23898]
by
tlinnet
Documentation fix for description of input arrays to lib functions. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-12 21:11:38 | Tree |
[r23897]
by
tlinnet
Moved the expansion of frqs out of for loops. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-12 18:35:10 | Tree |
[r23896]
by
tlinnet
For inv_relax_times, expanded one axis, and tiled up to NR spins, before reshaping and blowing up to full structure. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-12 18:35:08 | Tree |
[r23895]
by
tlinnet
Moved the multi dimensional expansion of inv_relax_times out of for loop. This can be done for all structures, which does not have missing points. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-12 18:35:06 | Tree |
[r23894]
by
tlinnet
Moved the packing of errors and values out of for loop in the __init__ class of target function. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-12 18:35:04 | Tree |
[r23893]
by
tlinnet
Moved the expansion of the R1 structure out of the for loops. This is to speed-up the __init__ of the class of the target function. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-12 18:08:10 | Tree |