Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.