NormalEquation (file format)

Stores a system of normal equations \[ \M N \hat{\M x} = \M n. \] This file format consists of multiple files. The file name normals.dat.gz corresponds to the following files:

A large normal matrix may be splitted into blocks and stored in multiple files. The block row/column number is indicated in the file name. Only the upper blocks of the sysmmetric matrix are considered. Matrix in blocks can be distributed on muliple nodes in parallel mode to efficiently use distributed memory.