Skip to content
/ MatLib Public

A lightweight library for efficient 2d matrix math.

License

Shivix/MatLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatLib

Note: This library has been merged with ShivLib. Future updated will be pushed there.

A lightweight library for efficient 2d matrix math.

Made with usability in mind:

  • Naming standards are based on std::array for increased usability.
  • Header only
  • No 3rd party dependencies

Features

  • Aggregate initialisation
  • Fast determinant calculation
  • ~99% compile time functionality.
  • Unit testing using Boost.Test
  • Works intuitively with < algorithm> functions

Want to use the library?

Please refer to the Wiki for guidance on setup and usage.

License

MatLib is licenced under Boost Software License - Version 1.0.

About

A lightweight library for efficient 2d matrix math.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published