Delay Variables

Delay Variables#

The math module for whole BrainPy ecosystem. This module provides basic mathematical operations, including:

  • numpy-like array operations

  • linear algebra functions

  • random sampling functions

  • discrete fourier transform functions

  • just-in-time compilation for class objects

  • automatic differentiation for class objects

  • dedicated operators for brain dynamics modeling

  • activation functions

  • device/dtype switching

  • and others

Details in the following.

TimeDelay

Delay variable which has a fixed delay time length.

LengthDelay

Delay variable which has a fixed delay length.

NeuTimeDelay

Neutral Time Delay.

NeuLenDelay

Neutral Length Delay.

ROTATE_UPDATE

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

CONCAT_UPDATE

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str