{ } Raw JSON

bundles / scipy latest / scipy / io / matlab / _mio4 / VarReader4 / read_full_array

function

scipy.io.matlab._mio4:VarReader4.read_full_array

source: /scipy/io/matlab/_mio4.py :199

Signature

def   read_full_array ( self hdr )

Summary

Full (rather than sparse) matrix getter

Extended Summary

Read matrix (array) can be real or complex

Parameters

hdr : ``VarHeader4`` instance

Returns

arr : ndarray

complex array if hdr.is_complex is True, otherwise a real numeric array

Aliases

  • scipy.io.matlab._mio4.VarReader4.read_full_array