neurotools.obsolete.gpu.cu.sequence module
- neurotools.obsolete.gpu.cu.sequence.GPUPointAutoDistance(t, k, n, data)[source]
limit to 5-13k timestep for 256x256 sim
- Parameters:
t (int) – length of data in time
k (int) – number of time bins to use
n (int) – size of vector datapoints
data (int) – t*n data matrix, n is inner dimension
- neurotools.obsolete.gpu.cu.sequence.GPUAutometric(t, n, data)[source]
limit to 5-13k timestep for 256x256 sim
- Parameters:
t (int) – length of data in time
k (int) – number of time bins to use
n (int) – size of vector datapoints
data (int) – t*n data matrix, n is inner dimension
- neurotools.obsolete.gpu.cu.sequence.GPUMagmetric(t, n, data)[source]
limit to 5-13k timestep for 256x256 sim
- Parameters:
t (int) – length of data in time
k (int) – number of time bins to use
n (int) – size of vector datapoints
data (int) – t*n data matrix, n is inner dimension
- neurotools.obsolete.gpu.cu.sequence.GPUDotmetric(t, n, data)[source]
limit to 5-13k timestep for 256x256 sim
- Parameters:
t (int) – length of data in time
k (int) – number of time bins to use
n (int) – size of vector datapoints
data (int) – t*n data matrix, n is inner dimension