|
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) |
|
Expr< GinacMatrix< 1, 1, 2 > > | Feel::vf::expr (GiNaC::matrix const &f, std::vector< GiNaC::symbol > const &lsym, std::string filename="") |
| functor enabling ginac
|
|
template<int M, int N, int Order> |
Expr< GinacMatrix< M, N, Order > > | Feel::vf::expr (GiNaC::ex const &f, std::vector< GiNaC::symbol > const &lsym, std::string filename="") |
|
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) |
|
template<int Dim> |
std::vector< symbol > | Feel::symbols () |
|
std::vector< symbol > | Feel::symbols (std::initializer_list< std::string > l) |
|
std::vector< symbol > | Feel::symbols (std::vector< std::string > l) |
|
template<> |
std::vector< symbol > | Feel::symbols< 1 > () |
|
template<> |
std::vector< symbol > | Feel::symbols< 2 > () |
|
template<> |
std::vector< symbol > | Feel::symbols< 3 > () |
|