YCMatrix icon indicating copy to clipboard operation
YCMatrix copied to clipboard

A flexible Matrix library for Objective-C and Swift (MacOS and iOS)

Results 4 YCMatrix issues
Sort by recently updated
recently updated
newest added

Does YCMatrix have a method that is the same as the setPolyToPoly method on Android? [https://developer.android.com/reference/android/graphics/Matrix](url) I tried to look at each file in the repo but couldn't find it....

Hi, dgeev_ packs eigenvectors in column, not row order. The results are transposed once they are packed into the resultant matrices. --Alex

Is there a method to find the inverse of a matrix? Could not find one in the documentation

The array contents are allocated: double *new_m = calloc(m*n, sizeof(double)); Then copied into the matrix, but the originals are never freed.