diff --git a/libs/matrix/_locales/matrix-jsdoc-strings.json b/libs/matrix/_locales/matrix-jsdoc-strings.json new file mode 100644 index 00000000..eb9a6ec3 --- /dev/null +++ b/libs/matrix/_locales/matrix-jsdoc-strings.json @@ -0,0 +1,15 @@ +{ + "matrix.Matrix": "A 2D matrix", + "matrix.Matrix.add": "Returns a new matrix as the sum of both matrices", + "matrix.Matrix.cholesky": "Performs a Cholesky factorized for a symmetric and positive definite", + "matrix.Matrix.clone": "Clones the matrix", + "matrix.Matrix.get": "Gets a value from the matrix", + "matrix.Matrix.get|param|row": "@param col ", + "matrix.Matrix.identity": "Creates an identity matrix", + "matrix.Matrix.logToConsole": "Renders the matrix to the console", + "matrix.Matrix.multiply": "Multiplies the current matrix with the other matrix and returns a new matrix", + "matrix.Matrix.scale": "Returns a new matrix with scaled values", + "matrix.Matrix.set": "Sets a value in the array", + "matrix.Matrix.set|param|row": "@param col ", + "matrix.Matrix.transpose": "Returns a transposed matrix" +} \ No newline at end of file diff --git a/libs/matrix/_locales/matrix-strings.json b/libs/matrix/_locales/matrix-strings.json new file mode 100644 index 00000000..63ef9ed1 --- /dev/null +++ b/libs/matrix/_locales/matrix-strings.json @@ -0,0 +1,4 @@ +{ + "matrix|block": "matrix", + "{id:category}Matrix": "Matrix" +} \ No newline at end of file