{"id":21028496,"url":"https://github.com/dirkschumacher/tfjs-backsolve","last_synced_at":"2026-05-18T19:46:34.198Z","repository":{"id":145906733,"uuid":"193231206","full_name":"dirkschumacher/tfjs-backsolve","owner":"dirkschumacher","description":"Back-substitution for rank2/1 tensors in tensorflow.js","archived":false,"fork":false,"pushed_at":"2023-05-06T03:04:08.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T00:51:43.791Z","etag":null,"topics":["tensorflow","tensorflow-js"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirkschumacher.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-22T12:24:03.000Z","updated_at":"2019-06-23T19:31:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"08a84bb4-dbee-4187-87d9-7ca300d199ab","html_url":"https://github.com/dirkschumacher/tfjs-backsolve","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dirkschumacher/tfjs-backsolve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-backsolve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-backsolve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-backsolve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-backsolve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirkschumacher","download_url":"https://codeload.github.com/dirkschumacher/tfjs-backsolve/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-backsolve/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261021452,"owners_count":23098353,"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":["tensorflow","tensorflow-js"],"created_at":"2024-11-19T11:55:50.316Z","updated_at":"2026-05-18T19:46:29.161Z","avatar_url":"https://github.com/dirkschumacher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tfjs-backsolve\nBack-substitution for rank 2 tensors in tensorflow.js\n\nExperimental. Use at own risk.\n\n```js\nconst L = tfc.tensor2d([[2, 4, 8], [0, 16, 32], [0, 0, 64]])\nconst b = tfc.tensor2d([[20], [400], [8000]])\nconst result = backsolve(L, b)\n// [[-40], [-225], [125]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkschumacher%2Ftfjs-backsolve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirkschumacher%2Ftfjs-backsolve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkschumacher%2Ftfjs-backsolve/lists"}