This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / f2py / symbolic / Expr / linear_solve

function

numpy.f2py.symbolic:Expr.linear_solve

source: build-install/usr/lib/python3.14/site-packages/numpy/f2py/symbolic.py :773

Signature

def   linear_solve ( self symbol )

Summary

Return a, b such that a * symbol + b == self.

Extended Summary

If self is not linear with respect to symbol, raise RuntimeError.

Aliases

  • numpy.f2py.symbolic.Expr.linear_solve