Namespaces

Types

Type TransformationConvention

Namespace MathNet.Numerics.Transformations

Parent Enum

Methods

Fields

Public instance methods

int CompareTo(object target)

Parameters
return int
object target

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

TypeCode GetTypeCode()

Parameters
return TypeCode

string ToString()

Parameters
return string

string ToString(IFormatProvider provider)

Parameters
return string
IFormatProvider provider

string ToString(string format, IFormatProvider provider)

Parameters
return string
string format
IFormatProvider provider

string ToString(string format)

Parameters
return string
string format

Public fields

int value__

return int

TransformationConvention AsymmetricScaling

Only scale by 1/N in the inverse direction; No scaling in forward direction.
return TransformationConvention

TransformationConvention InverseExponent

Inverse integrand exponent (forward: positive sign; inverse: negative sign).
return TransformationConvention

TransformationConvention NoScaling

Don't scale at all (neither on forward nor on inverse transformation).
return TransformationConvention

TransformationConvention Default

Universal; Symmetric scaling and common exponent (used in Maple).
return TransformationConvention

TransformationConvention Matlab

Only scale by 1/N in the inverse direction; No scaling in forward direction (used in Matlab). [= AsymmetricScaling]
return TransformationConvention

TransformationConvention NumericalRecipes

Inverse integrand exponent; No scaling at all (used in all Numerical Recipes based implementations). [= InverseExponent | NoScaling]
return TransformationConvention