remove venv
This commit is contained in:
parent
056387013d
commit
0680c7594e
13999 changed files with 0 additions and 2895688 deletions
|
|
@ -1,17 +0,0 @@
|
|||
from collections.abc import Mapping, Sequence
|
||||
from typing import Any
|
||||
|
||||
from numpy import matrix
|
||||
from numpy._typing import ArrayLike, DTypeLike, NDArray
|
||||
|
||||
__all__ = ["asmatrix", "bmat", "matrix"]
|
||||
|
||||
def bmat(
|
||||
obj: str | Sequence[ArrayLike] | NDArray[Any],
|
||||
ldict: Mapping[str, Any] | None = ...,
|
||||
gdict: Mapping[str, Any] | None = ...,
|
||||
) -> matrix[tuple[int, int], Any]: ...
|
||||
|
||||
def asmatrix(
|
||||
data: ArrayLike, dtype: DTypeLike = ...
|
||||
) -> matrix[tuple[int, int], Any]: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue