Macaulay2
»
Documentation
Packages
»
Python
::
Index
next | previous | forward | backward | up |
index
|
toc
Python : Index
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
+ PythonObject
-- add Python objects
- PythonObject
-- subtract Python objects
?? PythonObject
-- null coalescing operator for Python objects
abs(PythonObject)
-- absolute value of a python object
acos(PythonObject)
-- arc cosine of a python object
acosh(PythonObject)
-- inverse hyperbolic cosine of a python object
addPyToM2Function
-- convenience function for adding value hooks
addPyToM2Function(List,Function,String)
-- convenience function for adding value hooks
addPyToM2Function(PythonObject,Function,String)
-- convenience function for adding value hooks
addPyToM2Function(String,Function,String)
-- convenience function for adding value hooks
asin(PythonObject)
-- arc sine of a python object
asinh(PythonObject)
-- inverse hyperbolic sine of a python object
atan(PythonObject)
-- arc tangent of a python object
atan2(PythonObject,PythonObject)
-- arc tangent of quotient of python objects
atan2(PythonObject,Thing)
-- arc tangent of quotient of python objects
atan2(Thing,PythonObject)
-- arc tangent of quotient of python objects
atanh(PythonObject)
-- inverse hyperbolic tangent of a python object
binomial(PythonObject,PythonObject)
-- binomial coefficient for Python objects
binomial(PythonObject,Thing)
-- binomial coefficient for Python objects
binomial(Thing,PythonObject)
-- binomial coefficient for Python objects
ceiling(PythonObject)
-- ceiling of a python object
cos(PythonObject)
-- cosine of a python object
cosh(PythonObject)
-- hyperbolic cosine of a python object
delete(Thing,PythonObject)
-- delete elements from mutable python sequences
describe(PythonObject)
-- unambiguous string representation of a python object
erf(PythonObject)
-- error function of a python object
erfc(PythonObject)
-- complementary error function of a python object
exp(PythonObject)
-- exponential of a python object
expm1(PythonObject)
-- exponential minus one of a python object
expression(PythonObject)
-- readable string representation of a python object
floor(PythonObject)
-- floor of a python object
Gamma(PythonObject)
-- gamma function of a python object
gcd(PythonObject)
-- greatest common divisor of Python objects
gcd(PythonObject,PythonObject)
-- greatest common divisor of Python objects
gcd(PythonObject,Thing)
-- greatest common divisor of Python objects
gcd(Thing,PythonObject)
-- greatest common divisor of Python objects
help(PythonObject)
-- documentation for python object
import
-- import a Python module
import(String)
-- import a Python module
installNumPyMethods
-- install NumPy methods
isFinite(PythonObject)
-- whether a Python object is finite
isInfinite(PythonObject)
-- whether a Python object is infinite
isMember(PythonObject,PythonObject)
-- test membership in a python object
isMember(PythonObject,Thing)
-- test membership in a python object
isMember(Thing,PythonObject)
-- test membership in a python object
iterator(PythonObject)
-- get iterator of iterable python object
lcm(PythonObject)
-- least common multiple of Python objects
lcm(PythonObject,PythonObject)
-- least common multiple of Python objects
lcm(PythonObject,Thing)
-- least common multiple of Python objects
lcm(Thing,PythonObject)
-- least common multiple of Python objects
length(PythonObject)
-- returns the length of a python object
listSymbols(PythonContext)
-- get a table of all the variables and their values in a python context
listSymbols(PythonObject)
-- get a table of all the variables and their values in a python context
lngamma(PythonObject)
-- natural logarithm of the gamma function of a python object
log(PythonObject)
-- logarithm of a python object
log(PythonObject,PythonObject)
-- logarithm of a python object
log(PythonObject,Thing)
-- logarithm of a python object
log(Thing,PythonObject)
-- logarithm of a python object
log1p(PythonObject)
-- logarithm plus one of a python object
net(PythonObject)
-- readable string representation of a python object
new PythonContext
-- persistent Python execution environment
new PythonContext from String
-- persistent Python execution environment
next(PythonObject)
-- retrieve the next item from a python iterator
not PythonObject
-- logical negation of a python object
objectType
-- type of a python object
pipInstall
-- install a Python package
pipInstall(String)
-- install a Python package
Python
-- interface to Python
Python tutorial: creating a virtual environment and installing NumPy
Python tutorial: plotting the twisted cubic with Matplotlib
PythonContext
-- persistent Python execution environment
PythonContext _ String
-- get value of variable in a python context
PythonContext String
-- persistent Python execution environment
pythonHelp
-- run Python's interactive help utility
PythonObject
-- a Python object
PythonObject !
-- factorial of a Python object
PythonObject % PythonObject
-- the modulo operator for Python objects
PythonObject % Thing
-- the modulo operator for Python objects
PythonObject %= Thing
-- augmented modulo operator for Python objects
PythonObject & PythonObject
-- bitwise conjunction of Python objects
PythonObject & Thing
-- bitwise conjunction of Python objects
PythonObject &= Thing
-- augmented bitwise conjunction of Python objects
PythonObject * PythonObject
-- multiply Python objects
PythonObject * Thing
-- multiply Python objects
PythonObject ** PythonObject
-- exponentiation of Python objects
PythonObject ** Thing
-- exponentiation of Python objects
PythonObject **= Thing
-- augmented exponentiation for Python objects
PythonObject *= Thing
-- augmented multiplication of Python objects
PythonObject + PythonObject
-- add Python objects
PythonObject + Thing
-- add Python objects
PythonObject += Thing
-- augmented addition of Python objects
PythonObject - PythonObject
-- subtract Python objects
PythonObject - Thing
-- subtract Python objects
PythonObject -= Thing
-- augmented subtraction of Python objects
PythonObject / PythonObject
-- true division of Python objects
PythonObject / Thing
-- true division of Python objects
PythonObject // PythonObject
-- floor division of Python objects
PythonObject // Thing
-- floor division of Python objects
PythonObject //= Thing
-- augmented floor division of Python objects
PythonObject /= Thing
-- augmented true division of Python objects
PythonObject << PythonObject
-- the left shift operator for Python objects
PythonObject << Thing
-- the left shift operator for Python objects
PythonObject <<= Thing
-- augmented left shift for Python objects
PythonObject == PythonObject
-- equality of Python objects
PythonObject == Thing
-- equality of Python objects
PythonObject >> PythonObject
-- the right shift operator for Python objects
PythonObject >> Thing
-- the right shift operator for Python objects
PythonObject >>= Thing
-- augmented right shift for Python objects
PythonObject ? PythonObject
-- compare Python objects
PythonObject ? Thing
-- compare Python objects
PythonObject @ PythonObject
-- matrix multiplication of Python objects
PythonObject @ Thing
-- matrix multiplication of Python objects
PythonObject @= Thing
-- augmented matrix multiplication of Python objects
PythonObject @@ Thing
-- get an attribute of a python object
PythonObject @@ Thing = Thing
-- set an attribute of a python object
PythonObject @@? Thing
-- whether a python object has an attribute
PythonObject ^ PythonObject
-- exponentiation of Python objects
PythonObject ^ Thing
-- exponentiation of Python objects
PythonObject ^= Thing
-- augmented exponentiation for Python objects
PythonObject ^^ PythonObject
-- bitwise exclusive disjunction of Python objects
PythonObject ^^ Thing
-- bitwise exclusive disjunction of Python objects
PythonObject ^^= Thing
-- augmented bitwise exclusive disjunction of Python objects
PythonObject _ Thing
-- get elements of python sequences
PythonObject _ Thing = Thing
-- set elements of mutable python sequences
PythonObject | PythonObject
-- bitwise disjunction of Python objects
PythonObject | Thing
-- bitwise disjunction of Python objects
PythonObject |= Thing
-- augmented bitwise disjunction of Python objects
PythonObject ~
-- bitwise negation of a python object
PythonObject and PythonObject
-- logical conjunction of Python objects
PythonObject and Thing
-- logical conjunction of Python objects
PythonObject or PythonObject
-- logical disjunction of Python objects
PythonObject or Thing
-- logical disjunction of Python objects
PythonObject Thing
-- convert callable python objects to Macaulay2 functions
PythonObject xor PythonObject
-- logical exclusive disjunction of Python objects
PythonObject xor Thing
-- logical exclusive disjunction of Python objects
pythonRunScript
-- execute a sequence of Python statements
pythonRunScript(...,Global=>...)
-- execute a sequence of Python statements
pythonRunScript(Sequence)
-- execute a sequence of Python statements
pythonRunScript(String)
-- execute a sequence of Python statements
pythonValue
-- execute Python source code from a string
pythonValue(...,Global=>...)
-- execute Python source code from a string
pythonValue(Sequence)
-- execute Python source code from a string
pythonValue(String)
-- execute Python source code from a string
quotientRemainder(PythonObject,PythonObject)
-- get the quotient and remainder when dividing Python objects
quotientRemainder(PythonObject,Thing)
-- get the quotient and remainder when dividing Python objects
quotientRemainder(Thing,PythonObject)
-- get the quotient and remainder when dividing Python objects
remainder(PythonObject,PythonObject)
-- remainder of python objects
remainder(PythonObject,Thing)
-- remainder of python objects
remainder(Thing,PythonObject)
-- remainder of python objects
round(PythonObject)
-- round a python object
round(PythonObject,PythonObject)
-- round a python object
round(PythonObject,Thing)
-- round a python object
round(Thing,PythonObject)
-- round a python object
runSimpleString
-- execute Python source code from a string in __main__
setupVirtualEnvironment
-- set up a virtual environment
setupVirtualEnvironment(String)
-- set up a virtual environment
sin(PythonObject)
-- sine of a python object
sinh(PythonObject)
-- hyperbolic sine of a python object
sqrt(PythonObject)
-- square root of a python object
tan(PythonObject)
-- tangent of a python object
tanh(PythonObject)
-- hyperbolic tangent of a python object
texMath(PythonObject)
-- readable string representation of a python object
Thing % PythonObject
-- the modulo operator for Python objects
Thing & PythonObject
-- bitwise conjunction of Python objects
Thing * PythonObject
-- multiply Python objects
Thing ** PythonObject
-- exponentiation of Python objects
Thing + PythonObject
-- add Python objects
Thing - PythonObject
-- subtract Python objects
Thing / PythonObject
-- true division of Python objects
Thing // PythonObject
-- floor division of Python objects
Thing << PythonObject
-- the left shift operator for Python objects
Thing == PythonObject
-- equality of Python objects
Thing >> PythonObject
-- the right shift operator for Python objects
Thing ? PythonObject
-- compare Python objects
Thing @ PythonObject
-- matrix multiplication of Python objects
Thing ^ PythonObject
-- exponentiation of Python objects
Thing ^^ PythonObject
-- bitwise exclusive disjunction of Python objects
Thing | PythonObject
-- bitwise disjunction of Python objects
Thing and PythonObject
-- logical conjunction of Python objects
Thing or PythonObject
-- logical disjunction of Python objects
Thing xor PythonObject
-- logical exclusive disjunction of Python objects
toExternalString(PythonObject)
-- unambiguous string representation of a python object
toFunction
-- convert callable python objects to Macaulay2 functions
toFunction(PythonObject)
-- convert callable python objects to Macaulay2 functions
toPython
-- convert Macaulay2 things to Python objects
toPython(Boolean)
-- convert Macaulay2 things to Python objects
toPython(CC)
-- convert Macaulay2 things to Python objects
toPython(Function)
-- convert Macaulay2 things to Python objects
toPython(HashTable)
-- convert Macaulay2 things to Python objects
toPython(Matrix)
-- install NumPy methods
toPython(MutableMatrix)
-- install NumPy methods
toPython(Nothing)
-- convert Macaulay2 things to Python objects
toPython(Number)
-- convert Macaulay2 things to Python objects
toPython(PythonObject)
-- convert Macaulay2 things to Python objects
toPython(RR)
-- convert Macaulay2 things to Python objects
toPython(RRi)
-- convert Macaulay2 things to Python objects
toPython(Sequence)
-- convert Macaulay2 things to Python objects
toPython(Set)
-- convert Macaulay2 things to Python objects
toPython(String)
-- convert Macaulay2 things to Python objects
toPython(Symbol)
-- convert Macaulay2 things to Python objects
toPython(Vector)
-- install NumPy methods
toPython(VisibleList)
-- convert Macaulay2 things to Python objects
toPython(ZZ)
-- convert Macaulay2 things to Python objects
toString(PythonObject)
-- readable string representation of a python object
truncate(PythonObject)
-- truncate a python object
use(PythonContext)
-- install variables from a python context
value(PythonObject)
-- convert python objects to Macaulay2 things