NMath types are organized into three namespaces:
To avoid using fully qualified names, preface your code with the appropriate namespace statements. For example, in C#:
using CenterSpace.NMath.Core; using CenterSpace.NMath.Matrix; using CenterSpace.NMath.Analysis;
imports CenterSpace.NMath.Core imports CenterSpace.NMath.Matrix imports CenterSpace.NMath.Analysis
All NMath code shown in this manual assumes the presence of such namespace statements.
TOC | Previous | Next | Index