Skip to content

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

License

Notifications You must be signed in to change notification settings

DavidObfuscator/OZAccelerateLinAlgSolveTest

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published