Adding sypet to repo
[Benchmarks_CSolver.git] / sypet / benchmarks / math / 4 / benchmark4.json
diff --git a/sypet/benchmarks/math/4/benchmark4.json b/sypet/benchmarks/math/4/benchmark4.json
new file mode 100644 (file)
index 0000000..0d3e0cb
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "id": 4,
+  "methodName": "evaluate",
+  "paramNames": [
+    "sypet_arg0"
+  ],
+  "srcTypes": [
+    "com.opengamma.analytics.math.matrix.DoubleMatrix2D"
+  ],
+  "tgtType": "com.opengamma.analytics.math.linearalgebra.SVDecompositionCommonsResult",
+  "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/4/TestSource.java"
+}