Updated 9 months ago

https://github.com/cvanaret/symmetricblockmatrix • Rank 1.4 • Science 13%

Form symmetric block matrices and condense them (eliminating blocks) at compile time using Schur complements. The goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers

Updated 9 months ago

https://github.com/avitase/static_rotation • Science 13%

C++ header-only library that uses TMP to generate all rotations of a given integral sequence at compile-time.

Updated 9 months ago

https://github.com/conorwilliams/strong_units • Science 13%

WIP C++ physical units / dimensional analysis library. Focused on providing the cleanest possible errors.

Updated 9 months ago

https://github.com/conorwilliams/metastring • Science 13%

Utilities for working with strings at compile time and passing strings as template parameters.