Skip to content

Commit 123f0a5

Browse files
committed
Add more functions to __init__.py
1 parent bbc57ef commit 123f0a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

symengine/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
have_mpfr, have_mpc, have_flint, have_piranha, have_llvm,
44
Integer, Rational, Float, Number, RealNumber, RealDouble,
55
ComplexDouble, Max, Min, DenseMatrix, Matrix, ImmutableMatrix,
6-
ImmutableDenseMatrix, MutableDenseMatrix, Basic,
6+
ImmutableDenseMatrix, MutableDenseMatrix, MatrixBase, Basic,
77
Lambdify, LambdifyCSE, Lambdify as lambdify, DictBasic, symarray,
8-
series, diff, zeros, eye, diag,ones, zeros,
9-
add, expand, has_symbol, UndefFunction)
8+
series, diff, zeros, eye, diag, ones, Derivative, Subs,
9+
add, expand, has_symbol, UndefFunction, Function,
10+
FunctionSymbol as AppliedUndef)
1011
from .utilities import var, symbols
1112
from .functions import *
1213

0 commit comments

Comments
 (0)