{"id":13705093,"url":"https://github.com/bluemathsoft/bluemath","last_synced_at":"2025-05-05T13:30:22.634Z","repository":{"id":141137290,"uuid":"90861035","full_name":"bluemathsoft/bluemath","owner":"bluemathsoft","description":"Math kernel in Javascript","archived":false,"fork":false,"pushed_at":"2017-10-22T14:42:42.000Z","size":2652,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-03T22:14:24.917Z","etag":null,"topics":["emscripten","javascript","mathematics","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluemathsoft.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-05-10T12:20:37.000Z","updated_at":"2022-12-28T16:23:48.000Z","dependencies_parsed_at":"2024-01-14T20:49:17.056Z","dependency_job_id":"f46e0965-eeea-406b-bc22-efffd42af9dc","html_url":"https://github.com/bluemathsoft/bluemath","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/bluemathsoft%2Fbluemath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluemathsoft%2Fbluemath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluemathsoft%2Fbluemath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluemathsoft%2Fbluemath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluemathsoft","download_url":"https://codeload.github.com/bluemathsoft/bluemath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224448847,"owners_count":17313130,"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":["emscripten","javascript","mathematics","typescript"],"created_at":"2024-08-02T22:00:31.524Z","updated_at":"2024-11-13T12:31:20.247Z","avatar_url":"https://github.com/bluemathsoft.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","Math and Statistics"],"sub_categories":["Uncategorized"],"readme":"# bluemath\n\n[![NPM package](https://img.shields.io/npm/v/bluemath.svg)](https://www.npmjs.com/package/bluemath)\n\u0026#8226;\n[![License](https://img.shields.io/badge/License-APL2.0-blue.svg)](https://choosealicense.com/licenses/apache-2.0/)\n\u0026#8226;\n[**Docs**](http://www.bluemathsoftware.com/docs.html)\n\u0026#8226;\n[**Tests**](http://www.bluemathsoftware.com/tests/index.html)\n\u0026#8226;\n[**Launch Shell**](http://www.bluemathsoftware.com/shell/index.html)\n\nBlueMath is Math kernel library purely written in Javascript. *Work in progress*\n\nIt has several sub-modules which can be used on their own\n\n## Modules\n\n\n[@bluemath/common](https://github.com/bluemathsoft/bm-common)\n\nCommon components used by other modules of BlueMath. e.g. NDArray\n\n[![NPM package](https://img.shields.io/npm/v/@bluemath/common.svg)](https://www.npmjs.com/package/@bluemath/common)\n\n[@bluemath/linalg](https://github.com/bluemathsoft/bm-linalg)\n\nBuilt on top of emscriptened LAPACK library. Provides low level access to LAPACK and high level Linear Algebra API\n\n[![NPM package](https://img.shields.io/npm/v/@bluemath/linalg.svg)](https://www.npmjs.com/package/@bluemath/linalg)\n\n\n[@bluemath/geom](https://github.com/bluemathsoft/bm-geom)\n\nImplements NURBS geometry for the use in CAD Applications\n\n[![NPM package](https://img.shields.io/npm/v/@bluemath/geom.svg)](https://www.npmjs.com/package/@bluemath/geom)\n\n\n[@bluemath/topo](https://github.com/bluemathsoft/bm-topo)\n\nImplements Topology concepts (Winged edge data structure, Euler Operators) for use in CAD Applications\n\n[![NPM package](https://img.shields.io/npm/v/@bluemath/topo.svg)](https://www.npmjs.com/package/@bluemath/topo)\n\n\nUsage\n===\n\n    npm install bluemath\n\nUsage in TypeScript or ES6 modules javascript code\n  \n```typescript\nimport * as bluemath from 'bluemath'\nconsole.log(bluemath.eye(3));\n``` \n\nUsage in Common JS environment (eg. node.js, browserify)\n\n```javascript\nconst bluemath = require('bluemath');\nconsole.log(bluemath.eye(3));\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluemathsoft%2Fbluemath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluemathsoft%2Fbluemath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluemathsoft%2Fbluemath/lists"}