![]() |
My Project
debian-1:4.1.1-p2+ds-4
|
Go to the source code of this file.
Data Structures | |
| class | Variable |
| factory's class for variables More... | |
Macros | |
| #define | OSTREAM std::ostream |
Functions | |
| Variable | rootOf (const CanonicalForm &, char name='@') |
| returns a symbolic root of polynomial with name name Use it to define algebraic variables More... | |
| int | level (const Variable &v) |
| char | name (const Variable &v) |
| void | setReduce (const Variable &alpha, bool reduce) |
| void | setMipo (const Variable &alpha, const CanonicalForm &mipo) |
| CanonicalForm | getMipo (const Variable &alpha, const Variable &x) |
| bool | hasMipo (const Variable &alpha) |
| char | getDefaultVarName () |
| char | getDefaultExtName () |
| void | prune (Variable &alpha) |
| void | prune1 (const Variable &alpha) |
| int | ExtensionLevel () |
| CanonicalForm | getMipo (const Variable &alpha) |
| InternalPoly * | getInternalMipo (const Variable &alpha) |
| bool | getReduce (const Variable &alpha) |
operations on variables
Definition in file variable.h.
| #define OSTREAM std::ostream |
Definition at line 16 of file variable.h.
| int ExtensionLevel | ( | ) |
Definition at line 254 of file variable.cc.
| char getDefaultExtName | ( | ) |
Definition at line 249 of file variable.cc.
| char getDefaultVarName | ( | ) |
Definition at line 244 of file variable.cc.
| InternalPoly* getInternalMipo | ( | const Variable & | alpha | ) |
| CanonicalForm getMipo | ( | const Variable & | alpha | ) |
Definition at line 213 of file variable.cc.
| CanonicalForm getMipo | ( | const Variable & | alpha, |
| const Variable & | x | ||
| ) |
Definition at line 207 of file variable.cc.
Definition at line 94 of file variable.h.
Definition at line 95 of file variable.h.
| void prune | ( | Variable & | alpha | ) |
Definition at line 261 of file variable.cc.
Definition at line 289 of file variable.cc.
| Variable rootOf | ( | const CanonicalForm & | mipo, |
| char | name | ||
| ) |
returns a symbolic root of polynomial with name name Use it to define algebraic variables
returns a symbolic root of polynomial with name name.
Use it to define algebraic variables
Definition at line 162 of file variable.cc.
| void setMipo | ( | const Variable & | alpha, |
| const CanonicalForm & | mipo | ||
| ) |
Definition at line 219 of file variable.cc.