substitute: substitute

Description Usage Arguments Value Examples

Description

Substitute a component algorithm with another in a composite algorithm.
The two component algorithms must be of equivalent dimensions.

Usage

1
substitute(compi, orig, subst, ...)

Arguments

compi

The composite algorithm inside which we want to perform the substitution (R6 Class algo_composite)

orig

The original component algorithm that we want to extract from the composite (R6 Class algo_base)

subst

The new component algorithm that we want to inject in the composite (R6 Class algo_base)

...

For future usage

Value

N/A

Examples

1
# ...

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.