{
    "@context": [
        "https:\/\/doi.org\/doi:10.5063\/schema\/codemeta-2.0",
        "http:\/\/schema.org"
    ],
    "@type": "SoftwareSourceCode",
    "name": "Code for reproducible research - Efficient Identification of Butterfly Sparse Matrix Factorizations",
    "description": "In the interest of reproducible research, this is exactly the version of the code used to generate the figures in the paper ''Efficient Identification of Sparse Matrix Factorizations'' by the same authors, available at https:\/\/hal.inria.fr\/hal-03362626 with its detailed bibliographical notice. Any updates to this code will be available at https:\/\/github.com\/leonzheng2\/efficient-butterfly",
    "dateCreated": "2022-03-30",
    "datePublished": "2022-03-30",
    "license": [
        "BSD 3-Clause License"
    ],
    "url": "https:\/\/hal.science\/hal-03620052",
    "identifier": [
        {
            "@type": "hal",
            "propertyID": "https:\/\/hal.science\/hal-03620052",
            "value": "hal-03620052"
        },
        {
            "@type": "swhid",
            "propertyID": "https:\/\/archive.softwareheritage.org\/swh:1:dir:ed569ed027c484a53ca2d3d32aa6a05c79b50dbd;origin=https:\/\/hal.archives-ouvertes.fr\/hal-03620052;visit=swh:1:snp:0706d7527a325d7ac8f46744c182056af46b4756;anchor=swh:1:rel:3884bd8154b9879c5743dfd2279d55102b60358c;path=\/",
            "value": "swh:1:dir:ed569ed027c484a53ca2d3d32aa6a05c79b50dbd;origin=https:\/\/hal.archives-ouvertes.fr\/hal-03620052;visit=swh:1:snp:0706d7527a325d7ac8f46744c182056af46b4756;anchor=swh:1:rel:3884bd8154b9879c5743dfd2279d55102b60358c;path=\/"
        }
    ],
    "applicationCategory": [
        "info"
    ],
    "keywords": [
        "Butterfly structure",
        "Sparsity",
        "Matrix factorization"
    ],
    "codeRepository": "https:\/\/github.com\/leonzheng2\/efficient-butterfly",
    "programmingLanguage": [
        "Python"
    ],
    "version": "1",
    "dateModified": "2025-10-13",
    "referencePublication": {
        "arxiv": "2110.01230",
        "hal": "hal-03362626"
    },
    "author": [
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "leonzheng"
                ],
                "givenName": "L\u00e9on",
                "familyName": "Zheng",
                "affiliation": [
                    {
                        "@type": "Organization"
                    },
                    {
                        "@type": "Organization",
                        "name": "DANTE"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0003-0864-6116"
                ],
                "givenName": "Elisa",
                "familyName": "Riccietti",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "DANTE"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0002-9450-8125"
                ],
                "givenName": "R\u00e9mi",
                "familyName": "Gribonval",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "DANTE"
                    }
                ]
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "givenName": "L\u00e9on",
            "familyName": "Zheng"
        }
    ]
}