|
3 | 3 | have_mpfr, have_mpc, have_flint, have_piranha, have_llvm,
|
4 | 4 | Integer, Rational, Float, Number, RealNumber, RealDouble,
|
5 | 5 | ComplexDouble, Max, Min, DenseMatrix, Matrix, ImmutableMatrix,
|
6 |
| - ImmutableDenseMatrix, MutableDenseMatrix, Basic, |
| 6 | + ImmutableDenseMatrix, MutableDenseMatrix, MatrixBase, Basic, |
7 | 7 | 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) |
10 | 11 | from .utilities import var, symbols
|
11 | 12 | from .functions import *
|
12 | 13 |
|
|
0 commit comments