Skip to content

s95rob/math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Math

A (mostly) efficient, (mostly) linear algebra library in C++11. Header-only.

NOTE: Matrices are stored in row-major order for memory efficiency. Before sending them to any GAPI that uses column-major matrices (D3D, OpenGL, etc.), transpose them using Math::Transpose.

About

Header-only C++11 math library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages