←back to thread

Is Matrix Multiplication Ugly?

(mathenchant.wordpress.com)
34 points jamespropp | 1 comments | | HN request time: 0.255s | source
Show context
jamespropp ◴[] No.46009709[source]
Do you disagree with my take or think I’m missing Witt’s point? I’d be happy to hear from people who disagree with me.
replies(5): >>46010312 #>>46010402 #>>46010578 #>>46010720 #>>46010913 #
1. amelius ◴[] No.46010312[source]
Maybe the problem is that matrices are too general.

You can have very beautiful algorithms when you assume the matrices involved have a certain structure. You can even have that A*B == B*A, if A and B have a certain structure.