|
|
|
|
|
by grayclhn
1913 days ago
|
|
Long expressions with matrix operations is a pretty standard example. When people talk about operator overloading in data science, they usually mean “standard operations on various arrays of numbers,” which are defined in common libraries or the programming language. Not “I need to define my own ad hoc equalities.” |
|
But I always think that maybe we should be using new operators for this, instead of overloading existing ones that have other, different, meanings in different contexts.