Petr Nevyhoštěný
Petr Nevyhoštěný
To be able to reuse matrix allocations, it would be nice to have a possibility to calculate matrix decompositions while reusing their already allocated storage. Each decomposition type would have...
### Summary Add functions `update_source` and `update_target` (names is a topic for discussion) on graph structures, each accepting an edge index and node index (new endpoint). It would allow to...
Some examples of how to integrate tipograph into other tools could be useful. These come into my mind at the moment: * express middleware * react component
The current codebase of Tipograph is old and I have some ideas to make it better. ## Tools * ES2015 JavaScript with Flow type annotations. ## Interface NodeJS interface should...
Markdown is one of the most used formats for writing content. Tipograph should have support for it. The parser should follow commonmark [spec](https://github.com/commonmark/CommonMark), and possibly be extended with some widely...
I am trying to run my app in fullscreen mode and at the same time get the dimensions of the fullscreen window to initialize [wgpu::Texture](https://docs.rs/nannou_wgpu/0.18.0/nannou_wgpu/struct.TextureBuilder.html#method.size) in the `model` function. However,...
Few notes: * Implementing `Display` and `Zero` traits for complex numbers was necessary due to `Display` bound on [ElementwiseComparator::Error](https://docs.rs/matrixcompare/0.3.0/matrixcompare/comparators/trait.ElementwiseComparator.html) type and `Zero` bound on [compare_matrices](https://docs.rs/matrixcompare/0.3.0/matrixcompare/fn.compare_matrices.html) function. If you feel strongly...
### Feature request In the [Helm example](https://github.com/Azure/k8s-bake?tab=readme-ov-file#bake-using-helm), it is clear that the separator for key and value is `:`, for example `replicas:2`. However, I think it's easy to accidentally use...
Once the library will be rewritten to faer (#9), the benchmarks results should be added to the documentation comparing gomez with [GSL](https://www.gnu.org/software/gsl/) and perhaps [argmin](https://crates.io/crates/argmin) (regardless if gomez is better...