Skip to content

sparse.linalg.expm_multiply incomplete signature #705

@juanjosegarciaripoll

Description

@juanjosegarciaripoll

The examples in the reference https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.expm_multiply.html clearly understand that both NDArray and sparse matrices are valid linear operators. However, the current type hints https://github.com/scipy/scipy-stubs/blob/master/scipy-stubs/sparse/linalg/_expm_multiply.pyi only contemplate objects of type LinearOperator, which does not include the former.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions