ScrapCodes / DMP

Distributed Matrix Processor.
Other
0 stars 1 forks source link

Multiplication works when it is not expected to work #5

Open Shiti opened 11 years ago

Shiti commented 11 years ago

In cases where the matrices cannot be multiplied due to size constraints, the application adds padding to the matrices and completes the operation. For example, if A is 2x3 and B is 8x9, it should throw an error instead of resulting in a matrix