Namespaces

Types in MathNet.Numerics.Statistics.Mcmc

Type DiffMethod

Namespace MathNet.Numerics.Statistics.Mcmc

Parent MulticastDelegate

Constructors

Methods

Properties

Public Constructors

DiffMethod(object object, IntPtr method)

Public Methods

IAsyncResult BeginInvoke(DensityLn<T> f, T x, AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

T EndInvoke(IAsyncResult result)

bool Equals(object obj)

int GetHashCode()

Delegate[] GetInvocationList()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

T Invoke(DensityLn<T> f, T x)

string ToString()

Public Properties

MethodInfo Method get;

object Target get;