Skip to content

jimmieliu/matrix-multiply-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

matrix-multiply-formula

Simple script to manipulate formula of matrix multiplication and other matrix manipulation ops

L = 2; D = 2

Q ∈ R(L, D)
| q00 q01 |
| q10 q11 |


K ∈ R(L, D) 
| k00 k01 |
| k10 k11 |

O ∈ R(L, 1)
K \sum_{i} Q_i
| k00(q00+q10)+k01(q01+q11) |
| k10(q00+q10)+k11(q01+q11) |

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages