- Notifications
You must be signed in to change notification settings - Fork3
numericalalgorithmsgroup/NAGPythonLibraryTraining
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains tutorials and exercises that are used to support NAG's training courses for theNAG Library for Python.
The NAG library for Python comes in two versions. One is linked to the Intel MKL for improved linear algebra performance on x86 architectures and the other is linked to NAG's self contained linear algebra libraries.
When using Intel or AMD CPUs we recommend the use of the Intel MKL version of the NAG Library for Python.
Install using the following command
python -m pip install --extra-index-url https://www.nag.com/downloads/py/naginterfaces_mkl naginterfacesObtaining a license
Before you can use the NAG Library for Python, you'll need a license. Free trial licenses are available!
Run the following command to begin the licensing process and emailsupport@nag.co.uk if you have any problems.
# This will launch a license request GUI on windows# On Mac and Linux, it gives the information you need to send to support@nag.co.uk to request a trial licensepython -m naginterfaces.kusari- More detailed installation instructions areavailable in the official documentation.
- More detailed license management instructions are available athttps://www.nag.com/numeric/py/nagdoc_latest/naginterfaces.kusari.html#kusari
We have collected together a set of exerices in the folderhands-on-exercises. Solutions are inhands-on-solutions
Self-paced tutorials for various aspects of the library are in thetutorials folder.
- The 3 levels of interface - A tutorial that explains the 3 different interface levels in the NAG Library for Python:library,base and_primitive
TheNAGPythonExamples repo contains a set of more detailed NAG Library for Python examples covering various areas of mathematics.
The NAG Library for Python also ships with a set of usage examples. To see them all, run the following command once you have installed the product.
python -m naginterfaces.library.examples --locateAbout
Hands on exercises and solutions for training in the NAG Library for Python
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors5
Uh oh!
There was an error while loading.Please reload this page.
