jama
Version:
JavaScript port of JAMA, the Java Matrix Library by NIST and MathWorks.
41 lines (40 loc) • 881 B
JSON
{
"name": "jama",
"version": "1.0.4",
"description": "JavaScript port of JAMA, the Java Matrix Library by NIST and MathWorks.",
"main": "Main.js",
"files": [
"CholeskyDecomposition.js",
"EigenvalueDecomposition.js",
"LUDecomposition.js",
"Matrix.js",
"QRDecomposition.js",
"SingularValueDecomposition.js",
"util/Maths.js"
],
"scripts": {
"test": "new Jama.Matrix(3,3);"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonfly-ai/JamaJS.git"
},
"keywords": [
"JAMA",
"Matrix",
"Singular",
"Value",
"Decomposition",
"Eigen",
"Cholesky",
"LU",
"QR",
"SVD"
],
"author": "http://dragonfly.ai",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dragonfly-ai/JamaJS/issues"
},
"homepage": "https://github.com/dragonfly-ai/JamaJS#readme"
}