Lstsq
lstsq(input, A, out=NULL) -> Tensor
Computes the solution to the least squares and least norm problems for a full
rank matrix
If torch_lstsq()
solves the least-squares problem:
torch_lstsq()
solves the least-norm problem:
Lstsq
Computes the solution to the least squares and least norm problems for a full
rank matrix
If torch_lstsq()
solves the least-squares problem:
torch_lstsq()
solves the least-norm problem: