Skip to content

Fix matmul operator #260

@Zuzu-Typ

Description

@Zuzu-Typ

The matmul operator should be implemented as:

vector1 @ vector2 == glm.dot(v1, v2)

# already the case:
matrix @ vector == matrix * vector

# already the case:
matrix1 @ matrix2 == matrix1 * matrix2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions