BlockVector<T>.DefaultBlockSize Property

Specifies the default number of elements in a block.

Definition

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

Property Value

Int32

Remarks

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

See Also