adtzlr / tensortrax

Differentiable Tensors based on NumPy Arrays

Home Page:https://tensortrax.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move non-default NumPy math functions to `math.special`

adtzlr opened this issue · comments

with a hopefully easy user-code switch from NumPy code import numpy as np to import tensortrax.math as tm in mind.