bundles / scipy 1.17.1 / scipy / io / _fortran / FortranFile / read_reals
function
scipy.io._fortran:FortranFile.read_reals
source: /scipy/io/_fortran.py :318
Signature
def read_reals ( self , dtype = f8 ) Summary
Reads a record of a given type from the file, defaulting to a floating point number (real*8 in Fortran).
Parameters
dtype: dtype, optionalData type specifying the size and endianness of the data.
Returns
data: ndarrayA 1-D array object.
See also
Aliases
-
scipy.io.FortranFile.read_reals