bundles / scipy latest / scipy / sparse / linalg / _expm_multiply / LazyOperatorNormInfo / __init__
function
scipy.sparse.linalg._expm_multiply:LazyOperatorNormInfo.__init__
Signature
def __init__ ( self , A , A_1_norm = None , ell = 2 , scale = 1 ) Summary
Provide the operator and some norm-related information.
Parameters
A: linear operatorThe operator of interest.
A_1_norm: float, optionalThe exact 1-norm of A.
ell: int, optionalA technical parameter controlling norm estimation quality.
scale: int, optionalIf specified, return the norms of scale*A instead of A.
Aliases
-
scipy.sparse.linalg._expm_multiply.LazyOperatorNormInfo.__init__