/nix/store/5zdcn65acg2xh70j4bz81a0izkp244jz-symengine-0.6.0 | |
├── include | |
│ └── symengine | |
│ ├── add.h | |
│ ├── basic.h | |
│ ├── basic-inl.h | |
│ ├── basic-methods.inc | |
│ ├── complex_double.h | |
│ ├── complex.h | |
│ ├── complex_mpc.h | |
│ ├── constants.h | |
│ ├── cwrapper.h | |
│ ├── derivative.h | |
│ ├── dict.h | |
│ ├── diophantine.h | |
│ ├── eval_arb.h | |
│ ├── eval_double.h | |
│ ├── eval.h | |
│ ├── eval_mpc.h | |
│ ├── eval_mpfr.h | |
│ ├── expression.h | |
│ ├── fields.h | |
│ ├── finitediff.h | |
│ ├── flint_wrapper.h | |
│ ├── functions.h | |
│ ├── infinity.h | |
│ ├── integer.h | |
│ ├── lambda_double.h | |
│ ├── llvm_double.h | |
│ ├── logic.h | |
│ ├── matrix.h | |
│ ├── monomials.h | |
│ ├── mp_class.h | |
│ ├── mp_wrapper.h | |
│ ├── mul.h | |
│ ├── nan.h | |
│ ├── ntheory.h | |
│ ├── number.h | |
│ ├── parser | |
│ │ ├── parser.h | |
│ │ ├── parser_stype.h | |
│ │ └── tokenizer.h | |
│ ├── parser.h | |
│ ├── polys | |
│ │ ├── basic_conversions.h | |
│ │ ├── cancel.h | |
│ │ ├── msymenginepoly.h | |
│ │ ├── uexprpoly.h | |
│ │ ├── uintpoly_flint.h | |
│ │ ├── uintpoly.h | |
│ │ ├── uintpoly_piranha.h | |
│ │ ├── upolybase.h | |
│ │ ├── uratpoly.h | |
│ │ └── usymenginepoly.h | |
│ ├── pow.h | |
│ ├── printers | |
│ │ ├── codegen.h | |
│ │ ├── latex.h | |
│ │ ├── mathml.h | |
│ │ └── strprinter.h | |
│ ├── printers.h | |
│ ├── rational.h | |
│ ├── real_double.h | |
│ ├── real_mpfr.h | |
│ ├── rings.h | |
│ ├── series_flint.h | |
│ ├── series_generic.h | |
│ ├── series.h | |
│ ├── series_piranha.h | |
│ ├── series_visitor.h | |
│ ├── sets.h | |
│ ├── solve.h | |
│ ├── subs.h | |
│ ├── symbol.h | |
│ ├── symengine_assert.h | |
│ ├── symengine_casts.h | |
│ ├── symengine_config_cling.h | |
│ ├── symengine_config.h | |
│ ├── symengine_exception.h | |
│ ├── symengine_export.h | |
│ ├── symengine_rcp.h | |
│ ├── type_codes.inc | |
│ └── visitor.h | |
└── lib | |
├── cmake | |
│ └── symengine | |
│ ├── SymEngineConfig.cmake | |
│ ├── SymEngineConfigVersion.cmake | |
│ ├── SymEngineTargets.cmake | |
│ └── SymEngineTargets-release.cmake | |
└── libsymengine.a | |
8 directories, 82 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment