Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Examples and demos showing how to call functions from the nAG Library for Python

License

NotificationsYou must be signed in to change notification settings

numericalalgorithmsgroup/NAGPythonExamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAG Logo

Examples using the NAG Library for Python

This repository contains examples and demonstrations using theNAG Library for Python. The NAG Library for Python contains 1900+ functions spanning many areas of numerical computing and data science.

Designed to work alongside the open source Python packages,Numpy andScipy, The NAG Library for Python can augment your computational workflow in many areas.

Directory of GitHub examples

Examples that ship with the product

In addition to those presented here, The NAG Library for Python ships with a set of usage examples. To see them all, run the following command

python -m naginterfaces.library.examples --locate

NAG Library for Python installation

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 naginterfaces

Obtaining 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.com 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.com to request a trial licensepython -m naginterfaces.kusari

Official documentation links

The following links take you to the relevant section in the official documentation


[8]ページ先頭

©2009-2025 Movatter.jp