![]() |
The matrix/matrix multiplication can be formulated exactly as in mathematical textbooks:
The storage order of the two matrices poses no restrictions on the operation, all variations are possible. Note however that the highest performance for a multiplication between two dense matrices can be expected for two matrices with the same scalar element type.
Previous: Matrix/Vector Multiplication Next: Shared Memory Parallelization