Hacker News new | ask | show | jobs
by billconan 3462 days ago
this sounds cool, but the order of parameters matters.

for example, in the case of matrix multiplication, A * B is valid, B * A could be invalid. How to pass the parameters in right order for searching?