General purpose linear algebra library with sparse solving capabilities.
- TBD
- Easy to use linear algebra objects, static vs. dynamic vs. sparse
- Containers should feel natural to use, almost as an extension of the
C++ stl
.
- Containers should feel natural to use, almost as an extension of the
-
Dynamically sized types are promoted to statically sized when interacting with static types.
i.e.
static type
+dynamic type
->static type