Solving Linear System of Equation

Hi,

I am interested in solving a linear system of equation Ax=b, where A is a nonsquare tensor. Does torch support a function similar to np.linalg.solve? It seems that torch.solve does not support nonsquares matrices.

Thanks