These are S4 methods defined for Basic, VecBasic
and DenseMatrix.
Usage
# S4 method for class 'Basic,Basic'
e1 == e2
# S4 method for class 'Basic,Basic'
e1 != e2
# S4 method for class 'SymEngineDataType,SymEngineDataType'
Arith(e1, e2)
# S4 method for class 'SymEngineDataType,vector'
Arith(e1, e2)
# S4 method for class 'vector,SymEngineDataType'
Arith(e1, e2)
# S4 method for class 'SymEngineDataType,missing'
e1 - e2
# S4 method for class 'SymEngineDataType,missing'
e1 + e2
# S4 method for class 'DenseMatrix,DenseMatrix'
x %*% y
# S4 method for class 'VecBasic,VecBasic'
x %*% y
# S4 method for class 'DenseMatrix,VecBasic'
x %*% y
# S4 method for class 'DenseMatrix,vector'
x %*% y
# S4 method for class 'VecBasic,DenseMatrix'
x %*% y
# S4 method for class 'vector,DenseMatrix'
x %*% y
# S4 method for class 'SymEngineDataType'
Math(x)
# S4 method for class 'SymEngineDataType'
sinpi(x)
# S4 method for class 'SymEngineDataType'
cospi(x)
# S4 method for class 'SymEngineDataType'
tanpi(x)
# S4 method for class 'SymEngineDataType'
log(x, base)
# S4 method for class 'SymEngineDataType'
log2(x)
# S4 method for class 'SymEngineDataType'
log10(x)
# S4 method for class 'SymEngineDataType'
log1p(x)
# S4 method for class 'SymEngineDataType'
expm1(x)
# S4 method for class 'SymEngineDataType'
sum(x, ..., na.rm = FALSE)
# S4 method for class 'SymEngineDataType'
prod(x, ..., na.rm = FALSE)