matrix.getI()
class numpy.recarray
recarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
record.take() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
record.flags integer value of flags
ndarray.__idiv__ x.__idiv__(y) <==> x/=y
generic.trace() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
MaskedArray.T
matrix.prod(axis=None, dtype=None, out=None)
matrix.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy.load
Page 37 of 56