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.
Name | Type | Annotation |
---|---|---|
outputfileNormalEquation | filename | |
normalEquation | normalEquation | |
normalsBlockSize | uint | block size for distributing the normal equations, 0: one block |