You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Fields > Math387.MtxVecBlockSize Field
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.MtxVecBlockSize Field

Defines the block size.

Syntax
C#
Visual Basic
public static int MtxVecBlockSize = 1024;

When MtxVec makes use of block processing, these variable defines the number of elements in each block. The size of all blocks in bytes should approximatelly match the CPU cache size. The block should not be too small to avoid overhead when handling objects to become noticeable.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!