Skip to content

header-only mathematics library for when you don't care about performance and just want to test something real quick

License

Notifications You must be signed in to change notification settings

AnonN10/mathematics_simple_library

Repository files navigation

Mathematics Simple Library

A C++23 header-only mathematics library with focus on convention consistency, extensibility and readability while leaving micro-optimizations to the compiler.

It does what you'd expect from an average utility library, to get a feeling what it's like to use it, see main.cpp. For concrete examples of use within applications, see samples.

Note

This is a development branch and is a subject to breaking changes, see v1 for LTS expression-templates based version, or truly-simple for barebones naive implementation.

About

header-only mathematics library for when you don't care about performance and just want to test something real quick

Topics

Resources

License

Stars

Watchers

Forks

Languages