Function con

Source
pub fn con<T: Float>(w: T, a: Fn1<T>, b: Fn1<T>) -> Fn1<T>
Expand description

Concatenates two 1d -> 3d functions returning a new function.

The input to the new function is normalized.