Macaulay2
»
Documentation
Packages
»
NumericalAlgebraicGeometry
::
setDefault(...,Tolerance=>...)
next
|
previous
|
forward
|
backward
| up |
index
|
toc
setDefault(...,Tolerance=>...) -- specifies the tolerance of a numerical computation
Functions with optional argument named
Tolerance
:
addition(...,Tolerance=>...)
-- see
addition
-- Union of polynomial spaces
intersect(PolySpace,PolySpace,Tolerance=>...)
-- see
intersect(PolySpace,PolySpace)
-- Intersection of polynomial spaces
isContained(...,Tolerance=>...)
-- see
isContained
-- Is one space contained in the other
isOn(...,Tolerance=>...)
-- see
isOn
-- determines if a point belongs to a variety
isSolution(...,Tolerance=>...)
-- see
isSolution(AbstractPoint,PolySystem)
-- check if a point satisfies a polynomial system approximately
removeRedundantComponents(...,Tolerance=>...)
-- see
removeRedundantComponents(NumericalVariety)
-- remove redundant components
sample(...,Tolerance=>...)
-- see
sample(WitnessSet)
-- sample a point on a component
setDefault(...,Tolerance=>...)
-- specifies the tolerance of a numerical computation
areEqual(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
differencePointSet(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
isGEQ(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
isRealPoint(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
realPoints(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
reduceSpace(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
solutionsWithMultiplicity(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
unionPointSet(...,Tolerance=>...)
-- see
sortSolutions(...,Tolerance=>...)
-- the tolerance of a numerical computation
colReduce(...,Tolerance=>...)
-- see
Tolerance(NumericalLinearAlgebra)
-- the tolerance of a numerical computation
numericalImage(...,Tolerance=>...)
-- see
Tolerance(NumericalLinearAlgebra)
-- the tolerance of a numerical computation
numericalKernel(...,Tolerance=>...)
-- see
Tolerance(NumericalLinearAlgebra)
-- the tolerance of a numerical computation
Further information
Default value:
null
Function:
setDefault
-- set/get the default parameters for continuation algorithms
Option key:
Tolerance
-- the tolerance of a numerical computation
The source of this document is in
NumericalAlgebraicGeometry/doc.m2:366:0
.