Petr Nevyhoštěný
Petr Nevyhoštěný
A lot of information in this proposal is outdated since the rewrite for [0.4.0](https://github.com/pnevyk/tipograph/commit/bfaf8e380cc5ecc5e569f0e190c873aca8d2645d) (namely, the external interface and format/content tokens are already implemented). I am not sure if this...
Processing a response in express middleware is not trivial. For that use case, koa framework is much easier. Another plugin that come to my mind is metalsmith.
I may be missing something, but would it help if [this](https://github.com/gajus/eslint-plugin-flowtype/blob/master/src/rules/useFlowType.js#L27) scope lookup started one scope up?
@mruzekw Thanks for clarification.
I now compare the numbers using absolute difference with a threshold that is relative to the norms and dimensions of the matrices, hope my attempt is how you imagined it....
Here is my implementation of `eps × (r + r × cond(A)) × norm_l2(b)` ```rust pub fn relative_epsilon_cond( a: impl AsMatRef, b: impl AsMatRef, threshold: E::Real, ) -> E::Real where...
I polished the proptest strategy implementation a bit. And I commented out the test for solving linear systems. Can you have a final look? I will then resolve the conflict...
Rebased on the current main. Apologies for the delay. What would be the next steps in your opinion? I could add more proptest tests (in a separate PR), maybe you...
This is already available (and in fact, was available before the high-level API), you just need to use `faer-*` crates (e.g., `faer-core` or `faer-qr`) directly instead of high-level `faer`. Each...
I just contributed one algorithm in the past, but here are some of my thoughts. I have been doing some independent experimentation in [this](https://github.com/pnevyk/gryf) repository (this is not to promote...