Commit | Date | |
---|---|---|
2014-08-01 16:09:32 | Tree | |
2014-08-01 16:09:30 | Tree | |
[r24905]
by
tlinnet
Extracted the data view of the index indices numpy array in the target_function. |
2014-08-01 16:09:28 | Tree |
[r24904]
by
tlinnet
Added function to get the data view via striding through a higher dimensional column numpy array. |
2014-08-01 16:09:27 | Tree |
[r24903]
by
tlinnet
Created the numpy array self.index target function which contains index to store the data. This is for situations where numpy version is under 1.8. |
2014-08-01 16:09:25 | Tree |
[r24902]
by
tlinnet
Created function to create the helper index numpy array, to help figuring out the indices to store in the exchange data matrix. This is for striding through data and store the data correct in the data matrix. This is for a special situation where numpy version is < 1.8, and where the numpy.linalg.eig() function can only For this situation, it is necessary to stride through the data. |
2014-08-01 16:09:23 | Tree |
[r24901]
by
tlinnet
Implemented second try to stride through data, when computing the eig() of higher dimensional data. Systemtest test_sprangers_data_to_ns_mmq_2site survived this transformation. The systemtest will go from about 2 seconds to 4 seconds. |
2014-08-01 16:09:21 | Tree |
[r24900]
by
tlinnet
Implemented first try to stride through data, when computing the eig() of higher dimensional data. Systemtest test_cpmg_synthetic_b14_to_ns3d_cluster survived this transformation. The systemtest will go from about 11 seconds to 22 seconds. |
2014-08-01 16:09:19 | Tree |
[r24899]
by
tlinnet
Changed graphs after new minimisation algorithm has been implemented. The values are now slightly different. |
2014-08-01 16:09:17 | Tree |
[r24898]
by
tlinnet
Fix for systemtest Relax_disp.test_kteilum_fmpoulsen_makke_check_graphs where minimise has been extended with execute. |
2014-08-01 16:09:14 | Tree |