You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Using transmutable (transparent) types, such as `uom::si::Quantity`: [`uom.rs`](https://github.com/NREL/ninterp/blob/de2c770dc3614ba43af9e015481fecdc20538380/examples/uom.rs)
45
+
- Using transmutable (transparent) types, such as `uom::si::Quantity`: [`uom.rs`](examples/uom.rs)
46
46
47
47
## Overview
48
48
A prelude module has been defined:
@@ -84,7 +84,7 @@ Not all interpolation strategies are implemented for every dimensionality.
84
84
`Linear` and `Nearest` are implemented for all dimensionalities.
//! - Using transmutable (transparent) types, such as `uom::si::Quantity`: [`uom.rs`](https://github.com/NREL/ninterp/blob/de2c770dc3614ba43af9e015481fecdc20538380/examples/uom.rs)
51
+
//! Using transmutable (transparent) types, such as `uom::si::Quantity`
0 commit comments