{ } Raw JSON

bundles / numpy 2.4.4 / numpy / f2py / symbolic / Expr / linear_solve

function

numpy.f2py.symbolic:Expr.linear_solve

source: /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