Metadata-Version: 2.1
Name: hyperjet
Version: 1.1.0
Summary: Automatic differentiation with dual numbers
Home-page: https://github.com/oberbichler/HyperJet
Author: Thomas Oberbichler
Author-email: thomas.oberbichler@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: msvc-runtime ; platform_system == "Windows"

# HyperJet
A header-only library for algorithmic differentiation with hyper-dual numbers. Written in C++17 with an extensive Python interface.

[![Build Status](https://github.com/oberbichler/HyperJet/workflows/Python%20package/badge.svg?branch=master)](https://github.com/oberbichler/HyperJet/actions) [![PyPI](https://img.shields.io/pypi/v/hyperjet)](https://pypi.org/project/hyperjet) ![PyPI - License](https://img.shields.io/pypi/l/hyperjet) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hyperjet) ![PyPI - Format](https://img.shields.io/pypi/format/hyperjet)

## Installation

```
pip install hyperjet
```

## Reference

If you use HyperJet, please refer to the official GitHub repository:

```
@misc{HyperJet,
  author = "Thomas Oberbichler",
  title = "HyperJet",
  howpublished = "\url{http://github.com/oberbichler/HyperJet}",
}
```


