Is there any function in pytorch that equivalent to scipy.linalg.cho_solve()?

Is there any function in PyTorch equivalent to scipy.linalg.cho_solve() ?

torch — PyTorch 2.1 documentation should be what you’re looking for.

2 Likes