These are S4 methods defined for Basic, VecBasic and DenseMatrix.

# S4 method for Basic,Basic
==(e1, e2)

# S4 method for Basic,Basic
!=(e1, e2)

# S4 method for SymEngineDataType,SymEngineDataType
Arith(e1, e2)

# S4 method for SymEngineDataType,vector
Arith(e1, e2)

# S4 method for vector,SymEngineDataType
Arith(e1, e2)

# S4 method for SymEngineDataType,missing
-(e1, e2)

# S4 method for SymEngineDataType,missing
+(e1, e2)

# S4 method for DenseMatrix,DenseMatrix
%*%(x, y)

# S4 method for VecBasic,VecBasic
%*%(x, y)

# S4 method for DenseMatrix,VecBasic
%*%(x, y)

# S4 method for DenseMatrix,vector
%*%(x, y)

# S4 method for VecBasic,DenseMatrix
%*%(x, y)

# S4 method for vector,DenseMatrix
%*%(x, y)

# S4 method for SymEngineDataType
Math(x)

# S4 method for SymEngineDataType
sinpi(x)

# S4 method for SymEngineDataType
cospi(x)

# S4 method for SymEngineDataType
tanpi(x)

# S4 method for SymEngineDataType
log(x, base)

# S4 method for SymEngineDataType
log2(x)

# S4 method for SymEngineDataType
log10(x)

# S4 method for SymEngineDataType
log1p(x)

# S4 method for SymEngineDataType
expm1(x)

# S4 method for SymEngineDataType
sum(x, ..., na.rm = FALSE)

# S4 method for SymEngineDataType
prod(x, ..., na.rm = FALSE)

Arguments

e1, e2, x, y, base, ...

Objects.

na.rm

Ignored

Value

== and != will return a logical vector. Other functions will return a Basic, VecBasic or DenseMatrix.