Harwell-Boeing (.hb) File Format
HarwellBoeing file format
Description
Examples
Harwell-Boeing is a format for the storage of sparse numeric matrix data.
The commands Import, Export, ImportMatrix, and ExportMatrix can read and write to the HarwellBoeing format.
Export a random 100x100 matrix to the home directory of the current user
M≔LinearAlgebra:-RandomMatrix⁡100,datatype=float8:
Export⁡example.hb,M,base=homedir
303633
See Also
ExportMatrix
Formats
ImportMatrix
Download Help Document