vectorized

This commit is contained in:
2025-11-05 20:32:09 +03:00
parent 26bd6da1b4
commit e6765c9254
8 changed files with 140 additions and 349 deletions

View File

@@ -2,7 +2,9 @@
name = "lab4"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = []
dependencies = [
"numpy>=2.3.4",
]
[tool.ruff]
target-version = "py314"
target-version = "py314"