Skip to content

Commit bfa65a6

Browse files
Update README.md
brand updates
1 parent 1658a9e commit bfa65a6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
> ## Important Information
22
> This repository can viewed as a regular github [repository](https://github.com/numericalalgorithmsgroup/NAGJavaExamples/) or as a [webpage](https://numericalalgorithmsgroup.github.io/NAGJavaExamples/).
33
4-
# Examples using the NAG Library for Java
4+
# Examples using the *n*AG Library for Java
55

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.
77

88
## Directory of GitHub examples
99

@@ -16,24 +16,24 @@ This repository contains examples and demonstrations using the [NAG Library for
1616

1717
## Examples that ship with the product
1818

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).
2020

2121
## Prerequisites
2222

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.
2424

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:
2626

27-
| Platform | NAG Library |
27+
| Platform | *n*AG Library |
2828
| --- | --- |
2929
| Linux 64-bit | NLL6I271BL |
3030
| Windows 64-bit | NLW6I271EL |
3131

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).
3333

3434
## Obtaining a license
3535

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!
3737

3838
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]).
3939

@@ -62,18 +62,18 @@ or
6262

6363
More detailed installation instructions are availavle in the [Installer's Note](https://www.nag.com/content/nag-library-mark-27).
6464

65-
## NAG Library for Java installation
65+
## *n*AG Library for Java installation
6666

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).
6868

6969
### Linux
7070

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:
7272

7373
* NAGJava.jar
7474
* libnag_jni271.so
7575

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:
7777

7878
* The directory containing *libnag_jni271.so*
7979
* 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
9696

9797
### Windows
9898

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:
100100

101101
* NAGJava.jar
102102
* nag_jni271.dll
103103

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:
105105

106106
* The directory containing *nag_jni271.dll*
107107
* The directories *bin* and *rtl\bin* of the underlying library NLW6I271EL

0 commit comments

Comments
 (0)