unageek

Results 19 issues of unageek

## References - [Release Eigen 3.4 (#814) · Issues · libeigen / eigen · GitLab](https://gitlab.com/libeigen/eigen/issues/814) - [Eigen: Slicing and Indexing](https://eigen.tuxfamily.org/dox-devel/group__TutorialSlicingIndexing.html) - [Feature request: Ability to get a "view" into a...

- [ ] `interpolant` - [ ] `read_table` / `write_table` The interface should be modified to mimic `np.loadtxt` / `np.savetxt`. - [ ] `isosurface::*` - [ ] `polynomial::unisolvent_point_set`

1. Set the initial separation distance to some value and apply distance_filter to obtain the initial point set 2. Half the separation distance and add a new set of points...

- [ ] Add .clang-format such as: ``` BasedOnStyle: Google ColumnLimit: 120 DerivePointerAlignment: false Standard: Cpp11 ``` or to preserve the current style as much as possible: ``` BasedOnStyle: Google...

Hello! I am trying to simulate pure bias instability noise using AllanTools' `pink()` function. Is it just enough to multiply the result by the bias instability coefficient, or do I...

## Graphing Engine - [x] Efficient algorithm for common parametric relations: `x = f(t) && y = g(t) && P(t)` - [x] Efficient algorithm for explicit relations: `y = f(x)...

when https://github.com/rust-lang/rust/issues/96710 is stabilized.