Contains the base class for the Symbolic Gamma Library (SGL) and the GExpr definition. More...
Go to the source code of this file.
Data Structures | |
| class | sgl::AbstractGammaSym |
| class | sgl::GExpr |
Functions | |
| GExpr | sgl::operator- (GExpr const &A) |
| GExpr | sgl::operator+ (GExpr const &A, GExpr const &B) |
| GExpr | sgl::operator* (GExpr const &A, GExpr const &B) |
| GExpr | sgl::operator- (GExpr const &A, GExpr const &B) |
| GExpr | sgl::operator/ (GExpr const &A, GExpr const &B) |
| GExpr & | sgl::operator+= (GExpr &A, GExpr const &B) |
| GExpr & | sgl::operator*= (GExpr &A, GExpr const &B) |
| GExpr & | sgl::operator-= (GExpr &A, GExpr const &B) |
| GExpr & | sgl::operator/= (GExpr &A, GExpr const &B) |
| GExpr | sgl::operator+ (csl::Expr const &A, GExpr const &B) |
| GExpr | sgl::operator* (csl::Expr const &A, GExpr const &B) |
| GExpr | sgl::operator- (csl::Expr const &A, GExpr const &B) |
| GExpr | sgl::operator/ (csl::Expr const &A, GExpr const &B) |
| GExpr | sgl::operator+ (GExpr const &A, csl::Expr const &B) |
| GExpr | sgl::operator* (GExpr const &A, csl::Expr const &B) |
| GExpr | sgl::operator- (GExpr const &A, csl::Expr const &B) |
| GExpr | sgl::operator/ (GExpr const &A, csl::Expr const &B) |
| GExpr & | sgl::operator+= (GExpr &A, csl::Expr const &B) |
| GExpr & | sgl::operator*= (GExpr &A, csl::Expr const &B) |
| GExpr & | sgl::operator-= (GExpr &A, csl::Expr const &B) |
| GExpr & | sgl::operator/= (GExpr &A, csl::Expr const &B) |
| std::ostream & | sgl::operator<< (std::ostream &out, GExpr const &expr) |
Contains the base class for the Symbolic Gamma Library (SGL) and the GExpr definition.
1.8.13