bundles / scipy latest / scipy / sparse / linalg / _interface / LinearOperator / __init__
function
scipy.sparse.linalg._interface:LinearOperator.__init__
Signature
def __init__ ( self , dtype , shape ) Summary
Initialize this LinearOperator.
Extended Summary
To be called by subclasses. dtype may be None; shape should be convertible to a length-2 tuple.
Aliases
-
scipy.linalg._decomp_interpolative.LinearOperator.__init__