A modern C++ matrix library
- GCC 10
- VS 16.10 (works up to VS 16.11.2, see microsoft/STL#1814 (comment))
Just getting started? Go here!
When you know the basics of how the library works, you can move on to these:
- Learn about extra iterator functionalities here
- Learn about algorithms here
- Learn about utilities here
- Learn about customizations here
The operations have mathematical preconditions, which means it's safe to assume that the user knows what they're doing, but assertions can still be triggered in debug mode.