https://github.com/lighterowl/differ-avx
Numerical differentiation with AVX
https://github.com/lighterowl/differ-avx
Last synced: about 2 months ago
JSON representation
Numerical differentiation with AVX
- Host: GitHub
- URL: https://github.com/lighterowl/differ-avx
- Owner: lighterowl
- License: bsd-2-clause
- Created: 2013-11-16T13:24:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T13:27:14.000Z (over 11 years ago)
- Last Synced: 2025-02-08T10:17:28.318Z (3 months ago)
- Language: Assembly
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
differ-avx
==========This repository contains example code implementing the numerical differentiation algorithm using the finite difference formula.
For more details, please see my blog entry : http://tdb0.wordpress.com/2012/06/03/numerical-differentiation-using-the-finite-difference-formula-implemented-with-avx/