-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
41 lines (41 loc) · 1.13 KB
/
META6.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Math::SparseMatrix::Native",
"description": "Raku package sparse matrix algorithms based on C implementations.",
"version": "0.0.9",
"perl": "6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [
"NativeHelpers::Array"
],
"build-depends": [
"LibraryMake",
"Distribution::Builder::MakeFromJSON",
"Math::SparseMatrix::Native::CustomBuilder"
],
"test-depends": [],
"provides": {
"Math::SparseMatrix::Native": "lib/Math/SparseMatrix/Native.rakumod",
"Math::SparseMatrix::Native::CustomBuilder": "lib/Math/SparseMatrix/Native/CustomBuilder.rakumod",
"Math::SparseMatrix::Native::Utilities": "lib/Math/SparseMatrix/Native/Utilities.rakumod"
},
"resources": [
"libraries/SparseMatrixFunctions"
],
"license": "Artistic-2.0",
"tags": [
"dot product",
"dot",
"linear algebra",
"singular value decomposition",
"sparse linear algebra",
"sparse matrix",
"sparse",
"svd"
],
"api": "0",
"source-url": "https://github.com/antononcube/Raku-Math-SparseMatrix-Native.git",
"builder": "Math::SparseMatrix::Native::CustomBuilder"
}