Source code for pde.backends.scipy.backend
"""Defines the scipy backend class.
.. codeauthor:: David Zwicker <david.zwicker@ds.mpg.de>
"""
from __future__ import annotations
from ..numpy.backend import NumpyBackend
"""Defines the scipy backend class.
.. codeauthor:: David Zwicker <david.zwicker@ds.mpg.de>
"""
from __future__ import annotations
from ..numpy.backend import NumpyBackend