Say you have this augmented Matrix:
1 1 0 0 = 1
0 0 1 1 = 1
40 10 40 10 <=50
I've tried using the accelerate framework but despite a couple hrs and a lot of google I can't figure this one out. Is there a reasonable way to solve this in Swift?
Say you have this augmented Matrix:
1 1 0 0 = 1
0 0 1 1 = 1
40 10 40 10 <=50
I've tried using the accelerate framework but despite a couple hrs and a lot of google I can't figure this one out. Is there a reasonable way to solve this in Swift?