LinearOperatorLike¶
- probnum.typing.LinearOperatorLike¶
Object that can be converted to a
LinearOperator
.Arguments of type
LinearOperatorLike
should always be converted intoLinearOperator
s using the functionprobnum.linops.aslinop()
before further internal processing.alias of
Union
[_SupportsArray
[dtype
],_NestedSequence
[_SupportsArray
[dtype
]],bool
,int
,float
,complex
,str
,bytes
,_NestedSequence
[Union
[bool
,int
,float
,complex
,str
,bytes
]],spmatrix
,probnum.linops.LinearOperator
]