https://github.com/electrostat-lab/arithmos-native
The native portion for arithmos, a high performance maths algorithmic library written purely in C.
https://github.com/electrostat-lab/arithmos-native
calculus linear-algebra trigonometry vector2d vector3d vectorspace
Last synced: 6 months ago
JSON representation
The native portion for arithmos, a high performance maths algorithmic library written purely in C.
- Host: GitHub
- URL: https://github.com/electrostat-lab/arithmos-native
- Owner: Electrostat-Lab
- License: unlicense
- Created: 2023-05-01T13:09:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T08:31:29.000Z (over 2 years ago)
- Last Synced: 2025-02-06T23:30:41.718Z (about 1 year ago)
- Topics: calculus, linear-algebra, trigonometry, vector2d, vector3d, vectorspace
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmake-template
A template for embedded C libraries development.
This template consists of the following modules:
1) foobar-core: for core code, this module gets compiled to a static library.
2) foobar-examples: for library examples (or your final runnable target).
This template uses the avr toolchain, though you could edit it to use other toolchains, through editing the sandbox environment scripts.