{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _interface / LinearOperator / __init__

function

scipy.sparse.linalg._interface:LinearOperator.__init__

source: /scipy/sparse/linalg/_interface.py :173

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__