Solve linear equations on a Gram matrix with numpy

前端 未结 0 624
情深已故
情深已故 2021-01-02 01:57

Consider a case where, given an MxM matrix A and a vector b, I want to solve something of the form inv(A @ A.T) @ b (where I know A is invertible). As far as I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题