Mateusz Pusz
Mateusz Pusz
Could you please consider specifying different representation types for matrix columns? It would address a lot of engineering needs. For example, together with the physical units library, we could implement...
This is actually not an issue ;-) I am just writing to let you all know that the first step of the integration of 2 major libraries targetting C++23 is...
Right now the library seems to not support the division by a scalar. For example: ```cpp fs_vector v = { 4q_m, 8q_m, 12q_m }; std::cout
LA operators are not constexpr for statically known bounds (literal types). The following code fails to compile: ```cpp template using v_length = fs_vector; static_assert(v_length{ 1q_m, 2q_m, 3q_m } + v_length{...
For now it is really dirty and partial implementation of the framework. The only thing that somehow works for now is the `example/v2_framework.cpp`.
According to SI Brochure: > The numerical value always precedes the unit and a space is always used to separate the unit from the number. Thus the value of the...
### Description I need to use `length` as a node name. Unfortunately, it does not work in some cases. For now, I found two scenarios: 1. If I have only...
A few parties (including LEWG) were surprised that we have to write `42 * one` to assign a raw value to a `quantity`. See also https://github.com/mpusz/mp-units/issues/497#issuecomment-1936660421. This, of course, is...
Sometimes, people want to deal with quantities of a specific type but with a unit unknown at compile-time. For example, a specific unit might be obtained from some configuration file...
A preview of possible formatting