MCPcopy Create free account
hub / github.com/MarcusRainbow/QuantMath / FlyweightLinear

Class FlyweightLinear

src/math/interpolation.rs:196–200  ·  view source on GitHub ↗

Flyweight linear interpolation. In this interpolator, the data is kept externally, and passed into the interpolate function. This avoids the cost of creating a vector to hold the data internally.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected