Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-16T08:31:29.000Z (over 1 year ago)
- Last Synced: 2024-08-08T23:29:53.235Z (5 months 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.