ScrapCodes / DMP

Distributed Matrix Processor.
Other
0 stars 1 forks source link

Converts matrices to square matrices #6

Open Shiti opened 11 years ago

Shiti commented 11 years ago

The application converts matrices to square matrices. Currently, the result of a 8x9 and 8x9 is a 10x10 matrix.

ScrapCodes commented 11 years ago

Converting to square matrices is a requirement of canons algorithm.There are several ways of fixing it, but I will try to implement a more advanced version of it(GCA) which can overcome this.