Metadata-Version: 2.1
Name: pykeops
Version: 0.0.14
Summary: Python bindings of KeOps: KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
Home-page: https://plmlab.math.cnrs.fr/benjamin.charlier/libkeops/wikis/home
Author: B. Charlier, J. Feydy, J. Glaunes
Author-email: benjamin.charlier@umontpellier.fr, jfeydy@ens.fr, alexis.glaunes@parisdescartes.fr
License: UNKNOWN
Project-URL: Bug Reports, https://plmlab.math.cnrs.fr/benjamin.charlier/libkeops/issues
Project-URL: Source, https://plmlab.math.cnrs.fr/benjamin.charlier/libkeops
Description: ```
         _____                 _  __     ____
         \__  )               | |/ /    / __ \                 /\
           / /     _ __  _   _| ' / ___| |  | |_ __  ___      /  \
          / /     | '_ \| | | |  < / _ \ |  | | '_ \/ __|    / /\ \
         | |__    | |_) | |_| | . \  __/ |__| | |_) \__ \   / /__\ \
          \__ \   | .__/ \__, |_|\_\___|\____/| .__/|___/  /________\
             ) )  | |     __/ |               | |
            (_/   |_|    |___/                |_|
        ```
        PyKeOps contains the python bindings (numpy and pytorch) for the cpp/cuda library [KeOps](https://plmlab.math.cnrs.fr/benjamin.charlier/libkeops/wikis/home). It provides
        standard python functions that can be used in any **python 3** codes.
        
        For a full documentation you may read the wiki:
        
        - [Installation](https://plmlab.math.cnrs.fr/benjamin.charlier/libkeops/wikis/python/Installation)
        - [Documentation](https://plmlab.math.cnrs.fr/benjamin.charlier/libkeops/wikis/python/Documentation)
        
Keywords: kernels gpu autodiff
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
