{"id":15047568,"url":"https://github.com/cvanaret/symmetricblockmatrix","last_synced_at":"2025-07-15T22:10:28.451Z","repository":{"id":249200569,"uuid":"830753877","full_name":"cvanaret/SymmetricBlockMatrix","owner":"cvanaret","description":"Form symmetric block matrices and condense them (eliminating blocks) at compile time using Schur complements. The goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers","archived":false,"fork":false,"pushed_at":"2024-07-19T22:44:13.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:51:18.079Z","etag":null,"topics":["compile-time","compile-time-meta-programming","cpp","cpp17","gaussian-elimination","kkt-system","linear-algebra","linear-systems","linear-systems-equations","saddle-point-system","schur-complement","symbolic-computation","template-metaprogramming"],"latest_commit_sha":null,"homepage":"","language":"C++","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/cvanaret.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":"2024-07-18T23:31:51.000Z","updated_at":"2024-08-28T08:24:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"72195f33-3f38-4d86-a7a2-5158a688feb6","html_url":"https://github.com/cvanaret/SymmetricBlockMatrix","commit_stats":null,"previous_names":["cvanaret/symmetricblockmatrix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvanaret/SymmetricBlockMatrix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvanaret%2FSymmetricBlockMatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvanaret%2FSymmetricBlockMatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvanaret%2FSymmetricBlockMatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvanaret%2FSymmetricBlockMatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvanaret","download_url":"https://codeload.github.com/cvanaret/SymmetricBlockMatrix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvanaret%2FSymmetricBlockMatrix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265464256,"owners_count":23770316,"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":["compile-time","compile-time-meta-programming","cpp","cpp17","gaussian-elimination","kkt-system","linear-algebra","linear-systems","linear-systems-equations","saddle-point-system","schur-complement","symbolic-computation","template-metaprogramming"],"created_at":"2024-09-24T21:00:26.298Z","updated_at":"2025-07-15T22:10:28.283Z","avatar_url":"https://github.com/cvanaret.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SymmetricBlockMatrix\n\nThis is a C++ attempt at forming symmetric bloc matrices and condensing them at compile time using [Schur complements](https://en.wikipedia.org/wiki/Schur_complement#Application_to_solving_linear_equations). By condensation, we mean eliminating certain row blocks and substituting in the other block equations.  \n\nThe goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers.\n\nAn $n \\times n$ symmetric block matrix is represented as a sequence of blocks in the upper triangular part of the matrix:  \n```\nA_{11} A_{12} ... A_{1n}\n       A_{22} ... A_{2n}\n              ...\n                  A_{nn}\n```\n\n*Contributions are welcome!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvanaret%2Fsymmetricblockmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvanaret%2Fsymmetricblockmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvanaret%2Fsymmetricblockmatrix/lists"}