next | previous | forward | backward | up | top | index | toc | home

pushForward1(..., Strategy => ...) -- specify which algorithm to use in the computation

Description

pushForward1(f,M,Strategy => v) -- an option for pushForward1 which can be used to specify the strategy to be used in the computation.

The strategy option value v should be one of the following.

  • NonLinear -- use the algorithm which doesn't assume that the ring map is linear
  • Linear -- a Strategy option value for saturate

The default is for the code to select the best strategy heuristically.

Further information