NormalsReorder

Reorder inputfileNormalEquation by selecting parameters in a specific order. The parameterSelection also allows one to change dimension of the normal equations, either by cutting parameters or by inserting zero rows/columns for additional parameters. Without parameterSelection the order of parameters remains the same. Additionally the block sizes of the files can be adjusted. If outBlockSize is set to zero, the normal matrix is written to a single block file, which is needed by some programs.

To eliminate parameters without changing the result of the other parameters use NormalsEliminate.

NameTypeAnnotation
outputfileNormalEquation
filename
inputfileNormalEquation
filename
parameterSelection
parameterSelectorparameter order/selection of output normal equations
outBlockSize
uintblock size for distributing the normal equations, 0: one block
This program is parallelized.