Commit | Date | |
---|---|---|
[r23760]
by
tlinnet
Moved the calculation of pA and kex out off all loopes. This was done by having two special 1/0 spin structure arrays. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 23:01:49 | Tree |
[r23759]
by
tlinnet
Merged revisions 23753 via svnmerge from ........ |
2014-06-09 17:50:27 | Tree |
[r23758]
by
tlinnet
Moved the calculation of dw_frq out of spin and spectrometer loop. This is done by having a special 1/0 spin numpy array, which turns on or off the values in the numpy array multiplication. The multiplication needs to first axis expand dw, and then tile the arrays according to the numpy structure. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:25 | Tree |
[r23757]
by
tlinnet
Lowered the number of iterations to the profiling scripts. This is to use the profiling script as bug finder. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:22 | Tree |
[r23756]
by
tlinnet
Small fix for the indicies to the errors and values numpy array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:20 | Tree |
[r23755]
by
tlinnet
Added a self.frqs_a as a multidimensional numpy array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:19 | Tree |
[r23754]
by
tlinnet
Made copies of numpy arrays instead of creating from new. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:17 | Tree |
[r23753]
by
tlinnet
Added searching for enviroment variable PYTHON_INCLUDE_DIR if Python.h is not found in This can be very handsome, if one has a python virtual enviroment for multiple users. This relates to the wiki page: |
2014-06-09 17:23:21 | Tree |
[r23752]
by
tlinnet
Removed unused import of numpy. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 22:49:18 | Tree |
[r23751]
by
tlinnet
Changed all calls to numpy np.X functions to just the numpy function in lib/dispersion/cr72.py. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 22:49:15 | Tree |