Shortcuts

Function torch::linalg::solve_triangular

Function Documentation

inline Tensor torch::linalg::solve_triangular(const Tensor &input, const Tensor &other, bool upper, bool left, bool unitriangular)

Computes a solution of a linear system AX = B for input = A and other = B whenever A is square upper or lower triangular and does not have zeros in the diagonal.

See https://pytorch.org/docs/main/linalg.html#torch.linalg.solve_triangular

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources