Open Shiti opened 11 years ago
The application converts matrices to square matrices. Currently, the result of a 8x9 and 8x9 is a 10x10 matrix.
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.
The application converts matrices to square matrices. Currently, the result of a 8x9 and 8x9 is a 10x10 matrix.