wufei
Junior Member level 2

Is there a algorithm which can calculate matrix multiply?
How can I optimize matrix multiply, such as A mults B.
A is a NxN matrix, so is B.
And each element of these matrices is a M-bit data which consist of integeral part and decimal part.
I want to implement this function using verilog.
forgive my ugly sentences
How can I optimize matrix multiply, such as A mults B.
A is a NxN matrix, so is B.
And each element of these matrices is a M-bit data which consist of integeral part and decimal part.
I want to implement this function using verilog.