Closed Jimmy-Bots closed 2 weeks ago
how can i find it
lmat = scipy.io.loadmat('./put system matrix here') if 'S' in lmat.keys(): S = lmat['S'] else: S = lmat['A'] S_coo = S.tocoo() # COO
Excuse me, have you found lmat = scipy.io.loadmat('./put system matrix here')?
how can i find it
lmat = scipy.io.loadmat('./put system matrix here') if 'S' in lmat.keys(): S = lmat['S'] else: S = lmat['A'] S_coo = S.tocoo() # COO