Darth-Arrush / linalg

Linear Algebra Library
MIT License
0 stars 0 forks source link

Port to language with operator overloading #2

Open Darth-Arrush opened 1 year ago

Darth-Arrush commented 1 year ago

Using methods instead of operators is very irritating, especially since the methods cause confusion with order. Porting to C++ allows for expressions like A*B which is unambiguously AB rather than BA, while A.Mul(B) could be interpreted as both. Operator overload allows for easier use. Please provide implementation in a language allowing operator overloading.

Darth-Arrush commented 1 year ago

Will do, expect 0.3.0 soon

Darth-Arrush commented 1 year ago

0.3.0 will be C++ implementation.

Darth-Arrush commented 1 year ago

*It will have c++ as well as go files. Either can be used. 0.4.0, not 0.3.0