• Matthew Rocklin's avatar
    inv_as_solve optimization checks if op is Dot · 648631eb
    Matthew Rocklin 提交于
    Previously it checked if node.op == dot where dot was a dot function
    I assume that this was a mistake
    
    I've changed this to check if isinstance(node.op, (Dot, Dot22))
    I've also added a test
    648631eb
名称
最后提交
最后更新
..
test_kron.py 正在载入提交数据...
test_linalg.py 正在载入提交数据...