|
1 | | -#C++ Interfaces for theNAG Library |
| 1 | +#C++ Interfaces for the*n*AG Library |
2 | 2 |
|
3 | 3 | This is version 30.2.0.0 of a set of C++ interfaces for the NAG Library, |
4 | 4 | supplied as a series of header files. |
5 | 5 |
|
6 | 6 | In order to make use of this product you will need a copy of |
7 | | -[Mark 30.2 of theNAG Library](https://www.nag.com/content/nag-library) |
| 7 | +[Mark 30.2 of the*n*AG Library](https://www.nag.com/content/nag-library) |
8 | 8 | installed on your system. |
9 | 9 |
|
10 | | -Currently only interfaces for a small subset of routines from theNAG Library |
| 10 | +Currently only interfaces for a small subset of routines from the*n*AG Library |
11 | 11 | are available in this form. These interfaces are automatically generated, and |
12 | 12 | their primary purpose is to elicit feedback on their design prior to rolling |
13 | 13 | the process out across the whole library. |
14 | 14 |
|
15 | 15 | ##Quick Start |
16 | 16 |
|
17 | 17 | Please visit the |
18 | | -[NAG Library for C++ intro page](https://support.nag.com/numeric/nl/nagdoc_latest/cpphtml/genint/cppintro.html) |
| 18 | +[*n*AG Library for C++ intro page](https://support.nag.com/numeric/nl/nagdoc_latest/cpphtml/genint/cppintro.html) |
19 | 19 | for quick-start information and more details on the examples supplied in the |
20 | 20 | distribution. |
21 | 21 |
|
@@ -43,18 +43,18 @@ Assuming that you have installed the C++ interfaces into the directory called |
43 | 43 | and unit tests. These scripts can also be run from WSL or Cygwin. Before |
44 | 44 | running any of these scripts you should ensure that your environment is set |
45 | 45 | up correctly by, for example, running either`envvars.bat`,`nagvars.sh` or |
46 | | -`nagvars.csh`, supplied with theNAG Library. Which is supplied / required |
| 46 | +`nagvars.csh`, supplied with the*n*AG Library. Which is supplied / required |
47 | 47 | depends on whether you are on Windows or Linux and, if on Linux, which shell |
48 | 48 | you are using. |
49 | 49 |
|
50 | 50 | When using the C++ interfaces supplied with this readme you will need to add |
51 | 51 | the directory`[NAGCPP_INSTALL_DIR]/include` to the list of directories your |
52 | 52 | compiler searches for header files in addition to using any compiler flags |
53 | | -usually required by theNAG Library (as specified in the Users' Notes supplied |
54 | | -with your version of the library and also available from theNAG website at |
| 53 | +usually required by the*n*AG Library (as specified in the Users' Notes supplied |
| 54 | +with your version of the library and also available from the*n*AG website at |
55 | 55 | https://support.nag.com/content/nagr-library-mark-30). |
56 | 56 |
|
57 | 57 | ##Full Documentation for the C++ Interfaces |
58 | 58 |
|
59 | | -A more comprehensive set of documentation is available from theNAG website: |
| 59 | +A more comprehensive set of documentation is available from the*n*AG website: |
60 | 60 | https://support.nag.com/numeric/nl/nagdoc_30.2/cpphtml/frontmatter/manconts.html |