Popularity
1.0
Stable
Activity
0.0
Stable
3
1
1

Description

Matrix implemented as a graph, specially for the use case when it should be auto expanding at custom rate, specially in simulations. It is a header-only library, and utilises graphs internally. Relies heavily on templates, though if you use it the wrong way, it will be a one line compile error instead of deep errors into standard library code, in most cases.

Usage is pretty simple, the docs are brief and to the point, get started with auto expansion, in just 2 lines, stable API as tested with unit tests, put in the repo itself. Though `special usecase` is auto expanding, even if you just need a 3D matrix, there won't be overhead for what you aren't using, can be accessed just like a 3D vector, arr[i][j][k] === arr[{i, j, k}]

Programming language: C++
License: The Unlicense

GraphMat alternatives and similar libraries

Based on the "Data Structures" category.
Alternatively, view graphMat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of GraphMat or a related project?

Add another 'Data Structures' Library