Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 11, 2020 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f2750fac271162a5664f2d64cd249552 to your computer and use it in GitHub Desktop.
Save r-ryantm/f2750fac271162a5664f2d64cd249552 to your computer and use it in GitHub Desktop.
/nix/store/cr0fzc1zr0zxhv467vsim7m3qydz17z8-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