Adding sypet to repo
[Benchmarks_CSolver.git] / sypet / benchmarks / math / 7 / benchmark7.json
diff --git a/sypet/benchmarks/math/7/benchmark7.json b/sypet/benchmarks/math/7/benchmark7.json
new file mode 100644 (file)
index 0000000..88cdcce
--- /dev/null
@@ -0,0 +1,23 @@
+{
+  "id": 7,
+  "methodName": "getOuterProduct",
+    "paramNames": [
+    "sypet_arg0",
+    "sypet_arg1"
+  ],
+  "srcTypes": [
+    "com.opengamma.analytics.math.matrix.DoubleMatrix1D",
+    "com.opengamma.analytics.math.matrix.DoubleMatrix1D"
+  ],
+  "tgtType": "com.opengamma.analytics.math.matrix.DoubleMatrix2D",
+  "packages": [
+    "com.opengamma.analytics.math",
+    "org.apache.commons.math.linear"
+  ],
+  "libs": [
+    "./lib/commons-math-2.2.jar",
+    "./lib/og-analytics-2.17.0.jar",
+    "./lib/commons-lang-2.6.jar"
+  ],
+  "testPath": "benchmarks/math/7/TestSource.java"
+}