You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
> ## Important Information
2
2
> This repository can viewed as a regular github [repository](https://github.com/numericalalgorithmsgroup/NAGJavaExamples/) or as a [webpage](https://numericalalgorithmsgroup.github.io/NAGJavaExamples/).
3
3
4
-
# Examples using the NAG Library for Java
4
+
# Examples using the *n*AG Library for Java
5
5
6
-
This repository contains examples and demonstrations using the [NAG Library for Java](https://www.nag.com/content/nag-library-for-java). The NAG Library for Java contains 1900+ functions spanning many areas of numerical computing and data science.
6
+
This repository contains examples and demonstrations using the [*n*AG Library for Java](https://www.nag.com/content/nag-library-for-java). The *n*AG Library for Java contains 1900+ functions spanning many areas of numerical computing and data science.
7
7
8
8
## Directory of GitHub examples
9
9
@@ -16,24 +16,24 @@ This repository contains examples and demonstrations using the [NAG Library for
16
16
17
17
## Examples that ship with the product
18
18
19
-
The NAG Library for Java ships with a set of usage [examples](https://github.com/numericalalgorithmsgroup/NAGJavaExamples/tree/main/simple_examples).
19
+
The *n*AG Library for Java ships with a set of usage [examples](https://github.com/numericalalgorithmsgroup/NAGJavaExamples/tree/main/simple_examples).
20
20
21
21
## Prerequisites
22
22
23
-
The NAG Library for Java is NOT compatible with all implementations of the NAG Library. It is therefore important that you ensure that the correct implementation of the NAG Library is installed in order to use these wrappers.
23
+
The *n*AG Library for Java is NOT compatible with all implementations of the *n*AG Library. It is therefore important that you ensure that the correct implementation of the *n*AG Library is installed in order to use these wrappers.
24
24
25
-
The NAG Library for Java Mark 27.1 is available for the following platforms:
25
+
The *n*AG Library for Java Mark 27.1 is available for the following platforms:
26
26
27
-
| Platform |NAG Library |
27
+
| Platform |*n*AG Library |
28
28
| --- | --- |
29
29
| Linux 64-bit | NLL6I271BL |
30
30
| Windows 64-bit | NLW6I271EL |
31
31
32
-
You can get the NAG Library from [here](https://www.nag.com/content/nag-library).
32
+
You can get the *n*AG Library from [here](https://www.nag.com/content/nag-library).
33
33
34
34
## Obtaining a license
35
35
36
-
Before you can use the NAG Library for Java, you'll need a license. Free trial licenses are available!
36
+
Before you can use the *n*AG Library for Java, you'll need a license. Free trial licenses are available!
37
37
38
38
To request a licence key, you first need to know your Kusari *hostid* and email that along with the *Product Code* to [[email protected]](mailto:[email protected]).
39
39
@@ -62,18 +62,18 @@ or
62
62
63
63
More detailed installation instructions are availavle in the [Installer's Note](https://www.nag.com/content/nag-library-mark-27).
64
64
65
-
## NAG Library for Java installation
65
+
## *n*AG Library for Java installation
66
66
67
-
You can get the NAG Library for Java from [here](https://www.nag.com/content/nag-library-java-download).
67
+
You can get the *n*AG Library for Java from [here](https://www.nag.com/content/nag-library-java-download).
68
68
69
69
### Linux
70
70
71
-
To install the NAG Library for Java, you simply have to unzip the distribution file and copy two files to convenient locations on your system:
71
+
To install the *n*AG Library for Java, you simply have to unzip the distribution file and copy two files to convenient locations on your system:
72
72
73
73
* NAGJava.jar
74
74
* libnag_jni271.so
75
75
76
-
The following **must** be in your *LD_LIBRARY_PATH* environment variable to use the NAG Library for Java:
76
+
The following **must** be in your *LD_LIBRARY_PATH* environment variable to use the *n*AG Library for Java:
77
77
78
78
* The directory containing *libnag_jni271.so*
79
79
* The directories *lp64/lib* and *rtl/lib/intel64* of the underlying library NLL6I271BL
@@ -96,12 +96,12 @@ If you are using an IDE such as Eclipse, you may need to configure your project
96
96
97
97
### Windows
98
98
99
-
To install the NAG Library for Java, you simply have to unzip the distribution file and copy two files to convenient locations on your system:
99
+
To install the *n*AG Library for Java, you simply have to unzip the distribution file and copy two files to convenient locations on your system:
100
100
101
101
* NAGJava.jar
102
102
* nag_jni271.dll
103
103
104
-
The following **must** be in your *PATH* environment variable to use the NAG Library for Java:
104
+
The following **must** be in your *PATH* environment variable to use the *n*AG Library for Java:
105
105
106
106
* The directory containing *nag_jni271.dll*
107
107
* The directories *bin* and *rtl\bin* of the underlying library NLW6I271EL
0 commit comments