Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是好奇它是否使用高斯消除或其他等效方法?
从numpy 文档:
solve 是 LAPACK 例程 dgesv 和 zgesv 的包装器,如果 a 是实值则使用前者,如果它是复值则使用后者。使用具有部分旋转和行交换的 LU 分解 [R40] 计算线性方程组的解。
有关dgesv和zgesv的更多详细信息