Click or drag to resize

NMathFunctionsMATRIX_MULT_CUTOFF Field

Cutoff point for using native optimized matrix-matrix multiplication. If the product of the number of rows and the number of columns is less than this number for both operands, the matrix multiplication is done by a simple algorithm locally. Otherwise native optimized code is invoked.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public const int MATRIX_MULT_CUTOFF = 30

Field Value

Int32
See Also