BlockVector<T>.DefaultBlockSize Property

Specifies the default number of elements in a block.

DefinitionPermalink

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

Property ValuePermalink

Int32

RemarksPermalink

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

See AlsoPermalink