4.1.4.2 pde.backends.scipy.backend module

Defines the scipy backend class.

class ScipyBackend(name, registry)[source]

Bases: NumpyBackend

Defines scipy backend.

Initialize the backend.

Parameters:
  • name (str) – The name of the backend

  • registry (BackendRegistry) – The registry to which this backend is added.