bundles / scipy latest / scipy / sparse / linalg / _matfuncs / _solve_P_Q
function
scipy.sparse.linalg._matfuncs:_solve_P_Q
Signature
def _solve_P_Q ( U , V , structure = None ) Summary
A helper function for expm_2009.
Parameters
U: ndarrayPade numerator.
V: ndarrayPade denominator.
structure: str, optionalA string describing the structure of both matrices
UandV. Onlyupper_triangularis currently supported.
Notes
The structure argument is inspired by similar args for theano and cvxopt functions.
Aliases
-
scipy.sparse.linalg._matfuncs._solve_P_Q