{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / _harwell_boeing / _fortran_format_parser

module

scipy.io._harwell_boeing._fortran_format_parser

source: /scipy/io/_harwell_boeing/_fortran_format_parser.py :0

Members

Summary

Preliminary module to handle Fortran formats for IO. Does not use this outside scipy.sparse io for now, until the API is deemed reasonable.

Extended Summary

The *Format classes handle conversion between Fortran and Python format, and FortranFormatParser can create *Format instances from raw Fortran format strings (e.g. '(3I4)', '(10I3)', etc...)

Additional content

Preliminary module to handle Fortran formats for IO. Does not use this outside scipy.sparse io for now, until the API is deemed reasonable.

The *Format classes handle conversion between Fortran and Python format, and FortranFormatParser can create *Format instances from raw Fortran format strings (e.g. '(3I4)', '(10I3)', etc...)

Aliases

  • scipy.io._harwell_boeing._fortran_format_parser