Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 733 Bytes

File metadata and controls

24 lines (17 loc) · 733 Bytes

Custom NumPy Data Types

Writing Your Own UFunc and Generalized UFunc For a Custom Data Type

The following are several examples for creating your own ufuncs and generalized ufuncs for custom data types. All the examples use the custom dtype 'Rational' located in the numpy-dtypes repository on github.com

.. toctree::
   :maxdepth: 2

   extendingufunc
   newufunc
   newgufunc