Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 668 Bytes

OZAccelerateLinAlgSolveTest

A simple test for Apple Accelerate framework's system of linear equations solver

Apple introduced Linear Algebra library into Accelerate framework (vecLib). That’s been part of the framework since iOS 8.0 / Mac OS X 10.10.

The test solve a really simple linear equation:

1x + 1y + 1z =  6
     2y + 5z = -4
2x + 5y - 1z = 27

Licenses

OZAccelerateLinAlgSolveTest is available under the MIT license. See the LICENSE file for more info.

Contact

David Roka: