{"id":19672021,"url":"https://github.com/michelp/ssgbcpp","last_synced_at":"2026-06-13T17:01:57.016Z","repository":{"id":145541205,"uuid":"352710929","full_name":"michelp/ssgbcpp","owner":"michelp","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-31T16:45:23.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T05:14:29.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michelp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-29T16:29:32.000Z","updated_at":"2021-03-31T16:45:26.000Z","dependencies_parsed_at":"2023-04-08T10:17:23.340Z","dependency_job_id":null,"html_url":"https://github.com/michelp/ssgbcpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michelp/ssgbcpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelp%2Fssgbcpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelp%2Fssgbcpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelp%2Fssgbcpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelp%2Fssgbcpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michelp","download_url":"https://codeload.github.com/michelp/ssgbcpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelp%2Fssgbcpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34292326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-11T17:10:37.853Z","updated_at":"2026-06-13T17:01:56.997Z","avatar_url":"https://github.com/michelp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssgbcpp\n\nC++ Classes around SuiteSparse::GraphBLAS.\n\nThis is a header-only library that you include in your C++ that will\ngenerate C++ wrapper classes around the SuiteSparse GraphBLAS C API.\n\n```\n#include \u003cGraphBLAS.hpp\u003e\n#include \u003ccassert\u003e\n\nMatrix\u003cuint64_t\u003e A(GrB_UINT64);\nA.setElement (42, 1, 2);\nassert (A.nvals () == 1);\nA.print ();\n\nMatrix\u003cuint64_t\u003e B(GrB_UINT64, 10, 20);\nB.setElement (42, 4, 2);\nassert (B.nrows () == 10);\nassert (B.ncols () == 20);\nassert (B.nvals () == 1);\nB.print ();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelp%2Fssgbcpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelp%2Fssgbcpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelp%2Fssgbcpp/lists"}