On Monday, 2 December 2019 05:25:54 UTC+1, JS S wrote: > > > Likewise, there exists no class such as 'NDimArrayAdd' class, making > NDimArray subclass of Basic only. >
Technically there is *CodegenArrayElementwiseAdd *defined in *sympy.codegen.array_utils *which can be used to create an addition of N-dim arrays. The reason why *NDimArray* is a subclass of Basic only is that someone suggested to make it an instance of Basic instead of Expr in a PR review, IIRC. Don't expect any deep thought behind this decision. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/bed3673d-dd3c-442d-bef6-dd74ed72114f%40googlegroups.com.
