Commit | Date | |
---|---|---|
[r24179]
by
tlinnet
Started using the newly cR2 variable, extracted from higher dimensional data. This should be okay, but systemtest test_hansen_cpmg_data_to_ns_cpmg_2site_star, now fails: Optimised parameter values: Optimised parameters: Parameter Value (:70) Value (:71) F --------------- # Checks for residue :70. # Checks for residue :71. # Test the conversion to k_AB from kex and pA. # Test the conversion to k_BA from kex and pA. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-20 06:11:55 | Tree |
[r24178]
by
tlinnet
Added the systemtest: test_cpmg_synthetic_b14_to_ns_star_cluster, to check Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-20 06:11:53 | Tree |
[r24177]
by
tlinnet
Started using the newly created multidimensional matrix. test_hansen_cpmg_data_to_ns_cpmg_2site_star Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-20 06:11:51 | Tree |
[r24176]
by
tlinnet
Insert check, that the newly created multidimensional matrix is the same. They are, but only to the fifth digit. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-20 06:11:49 | Tree |
[r24175]
by
tlinnet
Added the function "rcpmg_star_rankN" for the collection of the multidimensional relaxation matrix for model NS CPMG 2site star. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-20 06:11:47 | Tree |
[r24174]
by
tlinnet
Removed the parsing of a matrix to the lib function of NS R1rho 2site. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-19 19:05:53 | Tree |
[r24173]
by
tlinnet
Cleaned up the code of NS R1rho 2site, and removed the matrix argument to the function. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-19 19:05:51 | Tree |
[r24172]
by
tlinnet
Made the returned multidimensional rr1rho_3d_rankN, be of float64 type. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-19 19:05:49 | Tree |
[r24171]
by
tlinnet
Moved the costly calculation of the matrix exponential out of for loops. It was the numpy.eig and numpy.inv which was draining power. This speeds up model NS R1rho 2site, by a factor 4X: AFTER: Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-19 18:52:57 | Tree |
[r24170]
by
tlinnet
Fix to the matrix_exponential_rankN, to return the exact exponential for any higher dimensional square matrix The fix was to the eye(X), to make the shape the same as the input shape. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-19 18:52:55 | Tree |