Adding sypet to repo
[Benchmarks_CSolver.git] / sypet-non-incremental / benchmarks / math / 6 / benchmark6.json
diff --git a/sypet-non-incremental/benchmarks/math/6/benchmark6.json b/sypet-non-incremental/benchmarks/math/6/benchmark6.json
new file mode 100644 (file)
index 0000000..bdc4579
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "id": 6,
+  "methodName": "solveLinear",
+  "paramNames": [
+    "sypet_arg0",
+    "sypet_arg1"
+  ],
+  "srcTypes": [
+    "double[][]",
+    "double[]"
+  ],
+  "tgtType": "double[]",
+  "packages": [
+         "org.apache.commons.math3.linear"
+  ],
+  "libs": [
+    "./lib/commons-math3-3.5.jar",
+    "./lib/commons-lang-2.6.jar"
+  ],
+  "testPath": "benchmarks/math/6/TestSource.java"
+}