F = specialize(G,p)Hp = specialize(H,p)This method specializes parameters by assigning them the values in p.
If G is a GateSystem that is defined with parameters, then the output is a GateSystem in which the parameters of G have been replaced by the values in p.
|
|
|
|
|
|
|
If H is a ParameterHomotopy, then the output is a SpecializedParameterHomotopy, which can be passed to trackHomotopy.
|
|
|
|
|
|
|
|
|
|
The object specialize is a method function.
The source of this document is in NumericalAlgebraicGeometry/doc.m2:1187:0.