TOC |
Previous |
Next |
Index
1.4 Documentation
NMath Matrix includes the following documentation:
- The NMath Matrix User's Guide (this manual)
- This document contains an overview of the product, and instructions on how to use it. You are encouraged to read the entire User's Guide. The NMath Matrix User's Guide is installed in:
- installdir/Docs/NMath.Matrix.UsersGuide.pdf
- An HTML version of the NMath Matrix User's Guide may be viewed online using your browser at:
- http://www.centerspace.net/doc/NMath/Matrix/user/
- The NMath Matrix Reference
- This document contains complete API reference documentation in compiled HTML Help format, enabling you to browse the NMath Matrix library just like the .NET Framework Class Library. The NMath Matrix Reference is installed in:
- installdir/Docs/NMath.Matrix.Reference.chm
- NOTE- Links to types in the .NET Framework will be broken unless you have the .NET Framework installed on your machine.
- HTML reference documentation may be viewed online using your browser at:
- http://www.centerspace.net/doc/NMath/Matrix/ref/
- This document describes the results of the installation process, how to build and run code examples, and lists any late-breaking product issues. The readme file is installed in:
- installdir/readme.txt
This Manual
This manual assumes that you are familiar with the basics of .NET programming and object-oriented technology.
Most code examples in this manual use C#; a few are shown in Visual Basic.NET. However, all NMath Matrix routines are callable from any .NET language.
This manual uses the following typographic conventions:
Table 1 - Typographic conventions
| Convention |
Purpose |
Example |
| Courier |
Function names, code, directories, file names, examples, and operating system commands. |
the Assemblies directory |
| italic |
Conventional uses, such as emphasis and new terms. |
The entries along the diagonal are the singular values. |
| bold |
Class names, product names, and commands from an interface. |
NMath Matrix Click OK. |
TOC |
Previous |
Next |
Index