sagemath/sage

VectorFieldModule: Faster fast path for tensor_module, exterior_power, dual_exterior_power

mkoeppe opened this issue · 7 comments

using try...except, as previously done for these methods in TensorFreeModule, VectorFieldFreeModule

CC: @egourgoulhon

Component: manifolds

Author: Matthias Koeppe

Branch/Commit: 0d2539a

Reviewer: Eric Gourgoulhon

Issue created by migration from https://trac.sagemath.org/ticket/34486

New commits:

0d2539aVectorFieldModule: Faster fast path for tensor_module, exterior_power, dual_exterior_power

Commit: 0d2539a

comment:3

LGTM. Thanks.

Reviewer: Eric Gourgoulhon

comment:4

Thank you!