|
ex | GiNaC::diff (ex const &f, symbol const &l, const int n) |
|
matrix | GiNaC::diff (matrix const &f, symbol const &l, const int n) |
|
matrix | GiNaC::div (matrix const &f, std::vector< symbol > const &l) |
|
matrix | GiNaC::grad (ex const &f, std::vector< symbol > const &l) |
|
matrix | GiNaC::grad (std::string const &s, std::vector< symbol > const &l) |
|
matrix | GiNaC::grad (matrix const &f, std::vector< symbol > const &l) |
|
ex | GiNaC::laplacian (ex const &f, std::vector< symbol > const &l) |
|
ex | GiNaC::laplacian (std::string const &s, std::vector< symbol > const &l) |
|
matrix | GiNaC::laplacian (matrix const &f, std::vector< symbol > const &l) |
|
ex | GiNaC::parse (std::string const &str, std::vector< symbol > const &syms, std::vector< symbol > const ¶ms=std::vector< symbol >()) |
|
ex | GiNaC::substitute (ex const &f, symbol const &s, const double val) |
|
ex | GiNaC::substitute (ex const &f, symbol const &s, ex const &g) |
|
matrix | GiNaC::substitute (matrix const &f, symbol const &s, const double val) |
|
matrix | GiNaC::substitute (matrix const &f, symbol const &s, ex const &g) |
|