Skip to content

numpy support in sympy.physics

berntjf edited this page Sep 17, 2019 · 1 revision
  • Add numpy support for numpy so that np.linspace(0,1,100) * meter returns a special type of sympy array where meter is only stored once and not 100 times, as it is done in Pint. That would make unit conversion with array go much faster.
Clone this wiki locally