bundles / scipy latest / scipy / integrate / _ode / _transform_banded_jac
function
scipy.integrate._ode:_transform_banded_jac
source: /scipy/integrate/_ode.py :561
Signature
def _transform_banded_jac ( bjac ) Summary
Convert a real matrix of the form (for example)
Extended Summary
[0 0 A B] [0 0 0 B] [0 0 C D] [0 0 A D] [E F G H] to [0 F C H] [I J K L] [E J G L] [I 0 K 0]
That is, every other column is shifted up one.
Aliases
-
scipy.integrate._ode._transform_banded_jac