compose_semifinite

Function compose_semifinite 

Source
pub fn compose_semifinite<K: ArrayKind, T>(
    lhs: &FiniteFunction<K>,
    rhs: &SemifiniteFunction<K, T>,
) -> Option<SemifiniteFunction<K, T>>
where K::Type<T>: Array<K, T>,
Expand description

As a special case, a we can precompose a FiniteFunction with a SemifiniteFunction. This is also overloaded with the >> syntax.