{"id":16718665,"url":"https://github.com/planeshifter/node-armadillo","last_synced_at":"2025-04-10T08:54:06.502Z","repository":{"id":13574761,"uuid":"16267256","full_name":"Planeshifter/node-armadillo","owner":"Planeshifter","description":"node.js wrapper for Armadillo C++ linear algebra library","archived":false,"fork":false,"pushed_at":"2014-07-07T15:02:32.000Z","size":524,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T18:10:01.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Planeshifter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-27T02:27:58.000Z","updated_at":"2021-02-10T19:49:53.000Z","dependencies_parsed_at":"2022-08-30T22:42:19.419Z","dependency_job_id":null,"html_url":"https://github.com/Planeshifter/node-armadillo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fnode-armadillo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fnode-armadillo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fnode-armadillo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planeshifter%2Fnode-armadillo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Planeshifter","download_url":"https://codeload.github.com/Planeshifter/node-armadillo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190407,"owners_count":21062277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T21:38:02.220Z","updated_at":"2025-04-10T08:54:06.482Z","avatar_url":"https://github.com/Planeshifter.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version](https://badge.fury.io/js/armadillo.svg)](http://badge.fury.io/js/armadillo)\n\nnode-armadillo\n===========\n\nStill in development.\n\nInterface to the C++ Armadillo linear algebra library for node.js\n\n## Installation\n\n```bash\nnpm install armadillo\n```\n\n## Getting Started\n```javascript\t\t\nvar arma = require('armadillo');\n```\n\n## General\n\n#### `accu`\n\n#### `cond`\n\n#### `rank`\n\n#### `trace`\n\n### Vector/Matrix/Cube Valued Functions of Vectors/Matrices/Cubes\n\n#### `diagmat`\n\n#### `kron`\n\n#### `trans`\n\n#### `trimatu`\n\n#### `trimatl`\n\n### Decompositions, Factorisations, Inverses and Equation Solvers:\n\n#### `chol`\n\n#### `inv`\n\n#### `pinv`\n\n#### `qr`\n\n#### `qr_econ`\n\n## Matrices\n\n### Constructors\n\n### Operators\n\n#### `add`\n\n#### `subtract`\n\n#### `elementDivide`\n\n#### `elementMultiply`\n\n### Methods\n\n#### `print`\n\n### Properties\n\n#### `n_rows`\n\n#### `n_cols`\n\n#### `n_elem`\n\n## Column Vectors\n\n### Constructors\n\n## Row Vectors\n\n### Constructors\n\n### Methods\n\n### Properties\n\n## Cubes\n\n### Constructors\n\nThe Armadillo library provides \n\n### Methods\n\n### Properties\n\n## Fields\n\n### Constructors\n\n### Methods\n\n### Properties","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaneshifter%2Fnode-armadillo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaneshifter%2Fnode-armadillo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaneshifter%2Fnode-armadillo/lists"}