Skip to content

np.sum(a * b) versus a @ b #463

Open
@oyamad

Description

@oyamad

Inner dots are computed as np.sum(a * b) in many places. Consider replacing it with a @ b. (See also the 3rd item in #169 (comment).)

Below is the output of ChatGPT:

===

===

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions