substitute
fun <C> LabeledPolynomial<C>.substitute(args: KoneMap<LabeledVariable, C>): LabeledPolynomial<C>(source)
fun <C> LabeledPolynomial<C>.substitute(vararg inputs: KoneMapEntry<LabeledVariable, C>): LabeledPolynomial<C>(source)
fun <C> LabeledPolynomial<C>.substitute(args: KoneMap<LabeledVariable, LabeledPolynomial<C>>): LabeledPolynomial<C>(source)
fun <C> LabeledPolynomial<C>.substitute(vararg inputs: KoneMapEntry<LabeledVariable, LabeledPolynomial<C>>): LabeledPolynomial<C>(source)
fun <C> LabeledPolynomial<C>.substitute(args: KoneMap<LabeledVariable, LabeledRationalFunction<C>>): LabeledRationalFunction<C>(source)
fun <C> LabeledPolynomial<C>.substitute(vararg inputs: KoneMapEntry<LabeledVariable, LabeledRationalFunction<C>>): LabeledRationalFunction<C>(source)
fun <C> LabeledRationalFunction<C>.substitute(args: KoneMap<LabeledVariable, C>): LabeledRationalFunction<C>(source)
fun <C> LabeledRationalFunction<C>.substitute(vararg inputs: KoneMapEntry<LabeledVariable, C>): LabeledRationalFunction<C>(source)
fun <C> LabeledRationalFunction<C>.substitute(args: KoneMap<LabeledVariable, LabeledPolynomial<C>>): LabeledRationalFunction<C>(source)
fun <C> LabeledRationalFunction<C>.substitute(vararg inputs: KoneMapEntry<LabeledVariable, LabeledPolynomial<C>>): LabeledRationalFunction<C>(source)
fun <C> LabeledRationalFunction<C>.substitute(args: KoneMap<LabeledVariable, LabeledRationalFunction<C>>): LabeledRationalFunction<C>(source)
fun <C> LabeledRationalFunction<C>.substitute(vararg inputs: KoneMapEntry<LabeledVariable, LabeledRationalFunction<C>>): LabeledRationalFunction<C>(source)
fun <Number> ListPolynomial<Number>.substitute(arg: ListRationalFunction<Number>): ListRationalFunction<Number>(source)
fun <Number> ListRationalFunction<Number>.substitute(arg: ListPolynomial<Number>): ListRationalFunction<Number>(source)
fun <Number> ListRationalFunction<Number>.substitute(arg: ListRationalFunction<Number>): ListRationalFunction<Number>(source)