Expand description
The core graph datastructure.
Structs
- Wrapper type that prevents the Debug output from getting too large.
- The core graph datastructure.
- A value in a Graph.
- Information about a Value, most importantly its shape and creating operation.
Enums
- The core set of graph operations. Some attempt was made to keep operations orthogonal but flexible, so they can be composed easily.
Functions
- Formula and coefficients from https://en.wikipedia.org/wiki/Error_function#Numerical_approximations (Abramowitz and Stegun), Max error
3e-7. We use f64 internally to ensure there are no additional errors introduced.