bundles / scipy 1.17.1 / 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: ndarraycomplex array if
hdr.is_complexis True, otherwise a real numeric array
Aliases
-
scipy.io.matlab._mio4.VarReader4.read_full_array