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

https://github.com/trbabb/geomc

A c++ linear algebra template library
https://github.com/trbabb/geomc

Last synced: 17 days ago
JSON representation

A c++ linear algebra template library

Awesome Lists containing this project

README

        

Geomc linear algebra and geometry library

Tim Babb
[email protected]

Usage
=====

Includes are of the form:

#include

Documentation
=============

[Geomc topics](http://trbabb.github.io/geomc/html/topics.html)

Building
========

To build the library, run:

scons install

To make the documentation, run:

scons docs

These build options are also available:

- Target webassembly:
`scons --wasm`
- Enable address sanitization for debugging:
`scons --sanitize`
- Disable optimization:
`scons noopt=1`
- Enable debug symbols:
`scons debug=1`
- Rebuild `compile_commands.json` for clang tools:
`scons compile_commands`