{"id":21028492,"url":"https://github.com/dirkschumacher/tfjs-forwardsolve","last_synced_at":"2026-04-21T16:01:59.291Z","repository":{"id":145906739,"uuid":"193157636","full_name":"dirkschumacher/tfjs-forwardsolve","owner":"dirkschumacher","description":"Forward substitution for rank 2 tensors in tensorflow.js","archived":false,"fork":false,"pushed_at":"2023-05-06T02:58:57.000Z","size":21,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T15:11:31.073Z","etag":null,"topics":["tensorflow","tensorflow-js"],"latest_commit_sha":null,"homepage":"","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-21T20:39:50.000Z","updated_at":"2019-06-23T19:32:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"066fde89-8d5c-4927-b608-b41858140b3c","html_url":"https://github.com/dirkschumacher/tfjs-forwardsolve","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-forwardsolve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-forwardsolve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-forwardsolve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Ftfjs-forwardsolve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirkschumacher","download_url":"https://codeload.github.com/dirkschumacher/tfjs-forwardsolve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243467024,"owners_count":20295309,"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.252Z","updated_at":"2025-12-29T16:48:04.381Z","avatar_url":"https://github.com/dirkschumacher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tfjs-forwardsolve\nForward substitution for rank 2 tensors in tensorflow.js\n\nCurrently experimental and for learning purposes. Use at own risk.\n\n```js\nconst tfc = require(\"@tensorflow/tfjs-core\")\nconst forwardSolve = require(\"tfjs-forwardsolve\")\nconst L = tfc.tensor2d([[1, 0, 0], [3, 4, 0], [3, 4, 5]])\nconst b = tfc.tensor2d([[20], [300], [40]])\nconst result = forwardSolve(L, b)\n// [ [20], [60], [-52] ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkschumacher%2Ftfjs-forwardsolve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirkschumacher%2Ftfjs-forwardsolve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkschumacher%2Ftfjs-forwardsolve/lists"}