Home
last modified time | relevance | path

Searched defs:ArrayTensorProduct (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-sympy/sympy-1.9/sympy/tensor/array/expressions/
H A Dconv_array_to_matrix.py136 def _(expr: ArrayTensorProduct):
259 def _(expr: ArrayTensorProduct):
H A Darrayexpr_derivatives.py24 def _(expr: ArrayTensorProduct, x: Expr):
H A Darray_expressions.py165 class ArrayTensorProduct(_CodegenArrayAbstract): class