ILNumerics Ultimate VS

ILNumerics.Core Namespaces

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Namespaces

NamespaceDescription
ILNumerics.Core
The core module contains the ILNumerics array classes. It also deals with memory management, PInvoke definitions, parallelization functions and licensing. The core module is required by all other ILNumerics modules and is included in every purchased package.
ILNumerics.Core.Arrays
This namespace contains array type definitions and helper classes. Users rarely need to import this namespace.
ILNumerics.Core.DeviceManagement
Classes supporting the automatic ILNumerics array memory management.
ILNumerics.Core.Global
Classes contained in this namespace are mostly for internal use. Don't confuse this with the static class ILNumerics.Global, which is commonly imported into your algorithm code. See: gettings started guide.
ILNumerics.Core.MemoryLayer
Low level classes and structs, internally supporting the ILNumerics functionality.
ILNumerics.Core.Misc
Miscelaneous helper classes for ILNumerics.
ILNumerics.Core.Native
Native interfaces, internal use.
ILNumerics.Core.StorageLayer
Low level storage classes, supporting the array functionality in ILNumerics.