Adding sypet to repo
[Benchmarks_CSolver.git] / sypet / benchmarks / math / 9 / benchmark9.json
diff --git a/sypet/benchmarks/math/9/benchmark9.json b/sypet/benchmarks/math/9/benchmark9.json
new file mode 100644 (file)
index 0000000..03de90e
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "id": 9,
+  "methodName": "eigenvalue",
+  "paramNames": [
+    "sypet_arg0",
+    "sypet_arg1"
+  ],
+  "srcTypes": [
+    "org.apache.commons.math3.linear.RealMatrix",
+    "int"
+  ],
+  "tgtType": "org.apache.commons.math3.geometry.euclidean.twod.Vector2D",
+  "packages": [
+    "org.apache.commons.math3.linear"
+  ],
+  "libs": [
+    "./lib/commons-math3-3.5.jar"
+  ],
+  "testPath": "benchmarks/math/9/TestSource.java"
+}