Metadata-Version: 2.1
Name: ParallelLinear-CraigR8806
Version: 0.0.35
Summary: Linear Maths library using pyopencl
Home-page: https://github.com/CraigR8806/ParallelLinear
Author: Craig Ramage
Author-email: craig@craigramage.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/CraigR8806/ParallelLinear/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

This is a linear maths library that utilizes pyopencl to send calculations to the GPU. 
It is intended to be used as an underlying library for ML libraries, or graphics engine libraries


To download and incorporate this library into your project do the following:
    Create a python virtual environment at the base level of your project directory
    Ensure pip is the updated to the latest version
    Make sure to be in the base directory of your project and run your activate project
    Run:
        pip install --index-url https://pypi.org/simple/ ParallelLinear-CraigR8806


After completing the above steps, you should be able to use the library within your project


