Skip to content

Math is not correct? #27

@joshburkart

Description

@joshburkart

Great idea for a crate! But shouldn't lines like this:

                    out0[(a, c)] = arg0[(a, b)] * arg1[(b, c)];

instead be:

                    out0[(a, c)] += arg0[(a, b)] * arg1[(b, c)];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions