Skip to content

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

@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

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