C# Class DAQ.Mathematica.MathematicaService

Provides a connection to a Mathematica Kernel. Call the getKernel() method to obtain a reference to the kernel
Show file Open project: ColdMatter/EDMSuite

Public Methods

Method Description
DisposeKernel ( ) : void
GetKernel ( ) : IKernelLink
LoadPackage ( String name, bool reload ) : void
MathematicaService ( ) : System

Method Details

DisposeKernel() public static method

public static DisposeKernel ( ) : void
return void

GetKernel() public static method

public static GetKernel ( ) : IKernelLink
return IKernelLink

LoadPackage() public static method

public static LoadPackage ( String name, bool reload ) : void
name String
reload bool
return void

MathematicaService() public method

public MathematicaService ( ) : System
return System