Skip to content

Redo NDArray syntax with operator overloading #410

@apphp

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
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions