NCO = newNumericalComputationOptions(F, G)Creates a NumericalComputationOptions object. At mimumum it requires the model $F$ for which the ED Degree will be computed and a witness model $G$. A submodel $L$ may be passed in to "slice" the variety, by default it will be the empty set. A String indicating the temporary directory from which Bertini will read/write files during the run may also be passed in as an optional argument, by default it will be a random temporary file name. The temporary directory will be created if it does not exist.
|
|
|
|
|
|
The object newNumericalComputationOptions is a method function with options.
The source of this document is in EuclideanDistanceDegree.m2:399:0.