コード例 #1
0
ファイル: test_mumps.py プロジェクト: gitter-badger/kwant
def test_smatrix_shape():
    for opts in opt_list:
        reset_options()
        options(**opts)
        _test_sparse.test_smatrix_shape(smatrix)
コード例 #2
0
ファイル: test_sparse.py プロジェクト: gitter-badger/kwant
def test_smatrix_shape():
    _test_sparse.test_smatrix_shape(smatrix)