Deepanjan
Deepanjan
Currently the public aliases exposed by `flow_graph::join_node` includes `input_type`. This is a bit confusing since `join_node` has multiple input ports and I believe other nodes(with multiple inputs) don't have the...
Currently the sequencer node may implicitly convert a signed sequence key to `size_t` type. To add some safety from the wraparound issue with unsigned integer I propose that the caller...
More coord constructors can be constexpr. Have found this useful for writing complex finite difference operations using neighboring cells. A simple example of usage: ``` Coord p; // Some input...
I'm on M1 macOS Monterey. With: `sudo python setup.py build --debug develop ` ``` [ 96%] Built target mpfr make: *** [all] Error 2 Traceback (most recent call last): File...