bundles / scipy 1.17.1 / scipy / sparse / linalg / _matfuncs / _ExpmPadeHelper / __init__
function
scipy.sparse.linalg._matfuncs:_ExpmPadeHelper.__init__
Signature
def __init__ ( self , A , structure = None , use_exact_onenorm = False ) Summary
Initialize the object.
Parameters
A: a dense or sparse square numpy matrix or ndarrayThe matrix to be exponentiated.
structure: str, optionalA string describing the structure of matrix
A. Onlyupper_triangularis currently supported.use_exact_onenorm: bool, optionalIf True then only the exact one-norm of matrix powers and products will be used. Otherwise, the one-norm of powers and products may initially be estimated.
Aliases
-
scipy.sparse.linalg._matfuncs._ExpmPadeHelper.__init__