Skip to content

trbabb/geomc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geomc linear algebra and geometry library

Tim Babb
[email protected]

Usage

Includes are of the form:

#include <geomc/linalg/Matrix.h>

Documentation

Geomc topics

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

About

A c++ linear algebra template library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages