Exemple #1
0
def schur(a):
    return matlabarray(_schur(np.asarray(a)))
Exemple #2
0
def schur(a):
    return matlabarray(_schur(np.asarray(a)))