Formats/HarwellBoeing - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Formats/HarwellBoeing

Harwell-Boeing (.hb) File Format

HarwellBoeing file format

 

Description

Examples

Description

• 

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.

Examples

Export a random 100x100 matrix to the home directory of the current user

MLinearAlgebra:-RandomMatrix100,datatype=float8:

Exportexample.hb,M,base=homedir

303633

(1)

See Also

ExportMatrix

Formats

ImportMatrix