|
1 | 1 | from .lib.symengine_wrapper import (Symbol, Integer, sympify, SympifyError,
|
2 | 2 | Add, Mul, Pow, exp, log, gamma, sqrt, function_symbol, I, E, pi,
|
3 | 3 | have_mpfr, have_mpc, have_flint, have_piranha, have_llvm,
|
4 |
| - RealDouble, ComplexDouble, DenseMatrix, Matrix, |
5 |
| - sin, cos, tan, cot, csc, sec, asin, acos, atan, acot, acsc, asec, |
6 |
| - sinh, cosh, tanh, coth, asinh, acosh, atanh, acoth, Lambdify, |
7 |
| - LambdifyCSE, DictBasic, series, symarray, diff, zeros, eye, diag, |
8 |
| - ones, zeros, add, expand, has_symbol, UndefFunction) |
| 4 | + RealDouble, ComplexDouble, MutableDenseMatrix, ImmutableDenseMatrix, |
| 5 | + DenseMatrix, Matrix, sin, cos, tan, cot, csc, sec, asin, acos, atan, |
| 6 | + acot, acsc, asec, sinh, cosh, tanh, coth, asinh, acosh, atanh, acoth, |
| 7 | + Lambdify, LambdifyCSE, DictBasic, series, symarray, diff, zeros, eye, |
| 8 | + diag, ones, zeros, add, expand, has_symbol, UndefFunction) |
9 | 9 | from .utilities import var, symbols
|
10 | 10 |
|
11 | 11 | if have_mpfr:
|
|
0 commit comments