Skip to content

Redo NDArray syntax with operator overloading #410

Description

@apphp

Redo NDArray syntax with operator overloading

   $c = NumPower::multiply($a, $b);
   $c = $a * $b; // With operator overloading +, -, *, /

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions