NormalsBuild

This program accumulates normalEquations and writes the total combined system to outputfileNormalequation. For a detailed description of the used algorithm see normalEquation. Large normal equation systems can be divided into blocks with normalsBlockSize.

A simplifed and fast version of this program is NormalsAccumulate. To solve the system of normal equations use NormalsSolverVCE.

NameTypeAnnotation
outputfileNormalEquation
filename
normalEquation
normalEquation
normalsBlockSize
uintblock size for distributing the normal equations, 0: one block
This program is parallelized.