NMath User's Guide

TOC | Previous | Next | Index

1.10 Documentation (.NET, C#, CSharp, VB, Visual Basic, F#)

NMath includes the following documentation:

The NMath 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 User's Guide is installed in:

installdir/Docs/NMath.UsersGuide.pdf

An HTML version of the NMath User's Guide may be viewed online using your browser at:

http://www.centerspace.net/doc/NMath/user/

The NMath Reference

Complete API reference documentation may be viewed online using your browser at:

http://www.centerspace.net/doc/NMathSuite/ref/

A readme file

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. However, all NMath routines are callable from any .NET language.

This manual uses the following typographic conventions:

Table 3 – Typographic conventions

Convention

Purpose

Example

Courier

Function names, code, direc­tories, file names, examples, and operating system commands.

DoubleMatrix.Transform()

the Assemblies directory

italic

Conventional uses, such as emphasis and new terms.

The data-view model distinguishes between data and different views of the data.

bold

Class names, product names, and commands from an interface.

FloatComplexVector

NMath

Click OK.


Top

Top