LinearOperatorLike¶
- probnum.typing.LinearOperatorLike¶
Object that can be converted to a
LinearOperator.Arguments of type
LinearOperatorLikeshould always be converted intoLinearOperators 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]