BlockVector<T>.DefaultBlockSize Property

Specifies the default number of elements in a block.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static int DefaultBlockSize { get; }

Property Value

Int32

Remarks

The value is 1024 for 32bit and 4096 for 64bit systems.

See Also