scipy.linalg.solve_circulant — SciPy v1.7.1 Manual
docs.scipy.org › scipyscipy.linalg.solve_circulant¶ scipy.linalg. solve_circulant (c, b, singular = 'raise', tol = None, caxis =-1, baxis = 0, outaxis = 0) [source] ¶ Solve C x = b for x, where C is a circulant matrix. C is the circulant matrix associated with the vector c. The system is solved by doing division in Fourier space. The calculation is:
scipy.linalg.lu_solve — SciPy v1.7.1 Manual
docs.scipy.org › scipyscipy.linalg.lu_solve¶ scipy.linalg. lu_solve (lu_and_piv, b, trans = 0, overwrite_b = False, check_finite = True) [source] ¶ Solve an equation system, a x = b, given the LU factorization of a. Parameters (lu, piv) Factorization of the coefficient matrix a, as given by lu_factor. b array. Right-hand side. trans {0, 1, 2}, optional. Type of ...
scipy.linalg.lu_solve — SciPy v1.7.1 Manual
https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.lu_solve.htmlscipy.linalg.lu_solve¶ scipy.linalg. lu_solve (lu_and_piv, b, trans = 0, overwrite_b = False, check_finite = True) [source] ¶ Solve an equation system, a x = b, given the LU factorization of a. Parameters (lu, piv) Factorization of the coefficient matrix a, as given by lu_factor. b array. Right-hand side. trans {0, 1, 2}, optional. Type of ...