Skip to content
Snippets Groups Projects
Commit 4c4834e1 authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Adding inv to common recipe imports.

parent 6a2d44f7
1 merge request!24Parametric mappings
......@@ -17,6 +17,6 @@
# Collects common imports for forming integrand and operator recipes.
import sympy as sp
from hog.math_helpers import dot, abs, det, double_contraction
from hog.math_helpers import dot, abs, det, inv, double_contraction
__all__ = ["dot", "abs", "det", "double_contraction", "sp"]
__all__ = ["sp", "dot", "abs", "det", "inv", "double_contraction"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment