Installation

This document provides information to numerics4net and how to use it within a C++ project.

Manual Installation

The is no formal installation process for numerics4net since it is not an application, merely a toolkit. However, to use numerics4net it must be integrated into a C++ development project. In general terms, this consists of the following steps:

  1. Download the binary distribution of numerics4net.
  2. Unarchive the entire distribution or at a minimum extract the numerics4net-1.2.dll.
  3. Add numerics4net-1.2.dll as an assembly reference in the .NET project.

After those steps have been completed, the numerics4net API should be accessible within the project and coding and compiling can be performed as normal.