{ } Raw JSON

bundles / scipy 1.17.1 / scipy / integrate / _bvp / estimate_bc_jac

function

scipy.integrate._bvp:estimate_bc_jac

source: /scipy/integrate/_bvp.py :59

Signature

def   estimate_bc_jac ( bc ya yb p bc0 = None )

Summary

Estimate derivatives of boundary conditions with forward differences.

Returns

dbc_dya : ndarray, shape (n + k, n)

Derivatives with respect to ya. An element (i, j) corresponds to d bc_i / d ya_j.

dbc_dyb : ndarray, shape (n + k, n)

Derivatives with respect to yb. An element (i, j) corresponds to d bc_i / d ya_j.

dbc_dp : ndarray with shape (n + k, k) or None

Derivatives with respect to p. An element (i, j) corresponds to d bc_i / d p_j. If p is empty, None is returned.

Aliases

  • scipy.integrate._bvp.estimate_bc_jac