Unsafe -- An option used to tell divisor construction not to do various checks
Description
If set to true, then when divisor is called, there will be no checks as to whether the given ideals are prime of height one and all of the same ring, whether the coefficients are the right kind, etc. Default value is false.
Functions with optional argument named Unsafe :
applyToCoefficients(..., Unsafe => ...), see applyToCoefficients -- Applies a function to the coefficients of a divisor
divisor(..., Unsafe => ...), see divisor -- Constructor for (Weil/Q/R)-divisors
getLinearDiophantineSolution(..., Unsafe => ...), see getLinearDiophantineSolution -- Find a solution of the linear Diophantine equation Ax = b
rationalDivisor(..., Unsafe => ...), see rationalDivisor -- Constructs a Q-divisor
realDivisor(..., Unsafe => ...), see realDivisor -- Constructs an R-divisor