mir-algorithm
mir-algorithm copied to clipboard
Dlang Core Library
I just have the coefficients here and use `mir.polynomial` to produce the results as needed. I set them up as `enums` so hopefully it is all CTFE-able. I plan on...
I've been using `shouldApprox` recently and thought it was a nice addition, but realized that changing all my functions to use `shouldApprox` instead of `approxEqual` would be pretty annoying manually....
Building mir-algorithm on aarch64 yields these errors currently ``` Performing "$DFLAGS" build using ldc2 for aarch64, arm_hardfloat. bindbc-loader 1.0.1: building configuration "noBC"... bindbc-opengl 1.0.2: building configuration "dynamic"... bindbc-sdl 1.1.3: building...
works like Contains, but in case there is a Proxy!T, it is also matched for T. I originally made https://github.com/libmir/mir-ion/pull/22 but while that was on there I redid the changes...
For the sake of having StringMap.opIndex behave like AA.opIndex and be `nothrow @nogc`.
If you return a reference to a this field you should qualify as `return scope` instead of just `scope` in order for scope-analys to work on values returned from these...
### Minimal support: - [ ] `opIndex` that returns slices, should also attach labels - [ ] `indexed` patch for labels - [ ] `opIndex` that returns indexed slices, should...
mir-algorithm currently supports only row major slices. Adding optional support for column major slices, as in Eigen's template parameter approach, would provide a number of benefits, albeit at the cost...
@9il Oooooops. I can work on moving the doc generation over to GitHub Actions if you want - shouldn't take too long. Just need the S3 deploy key / have...