What is Chain Matrix Multiplication ?

Posted by Hellnar on Stack Overflow See other posts from Stack Overflow or by Hellnar
Published on 2010-05-19T17:48:50Z Indexed on 2010/05/19 18:00 UTC
Read the original article Hit count: 220

Hello,

I am trying to understand what is a chain matrix multiplication and how it is different from a regular multiplication. I have checked several sourcers yet all seem to be very academically explained for me to understand.

I guess it is a form of dynamic programming algorithm to achieve the operation in an optimised way but I didn't go any further.

Thanks

© Stack Overflow or respective owner

Related posts about matrix

Related posts about matrix-multiplication