See: Description
| Interface | Description |
|---|---|
| IAssumptions | |
| IIndexFunction<T> | |
| ISequence |
Interface for sequence specifications.
|
| Class | Description |
|---|---|
| AbstractAssumptions | |
| AbstractSequence |
Basic abstract class for sequence specifications.
|
| Assumptions | |
| DoubleStack | |
| IndexFunctionDiagonal |
Evaluates to one of two given values.
|
| IndexTableGenerator |
Table structure generator (i.e. lists, vectors, matrices, tensors)
|
| Iterator |
Iterator for functions like
Table() or Sum() or Product() |
| LevelSpec |
A level specification definition for levels in nested lists.
|
| LevelSpecification |
Level specification for expression trees
|
| ListSizeSequence |
A sequence specification.
|
| OpenFixedSizeMap<K,V> |
Open addressed map from K to V.
|
| OpenIntToIExprHashMap |
Open addressed map from int to IExpr.
|
| OpenIntToList<T> |
Open addressed map from int to List
|
| OpenIntToSet<T> |
Open addressed map from int to Set
|
| Options |
Managing Options used in evaluation of function symbols (i.e.
|
| Sequence |
Represent Sequences in Take[] or Drop[] functions.
|
| SimpleSequence |
A simple sequence specification implementation.
|
| SuggestTree |
An autocomplete data structure that enables you to quickly look up the top k
terms with a given prefix in a set of weighted terms.
|
| SuggestTree.Entry |
A weighted term.
|
| SuggestTree.Node |
A list of autocomplete suggestions, ordered from highest weight to lowest
weight.
|
| TableGenerator |
Table structure generator (i.e. lists, vectors, matrices, tensors)
|
| WriterOutputStream |
| Exception | Description |
|---|---|
| WrongSequenceException |
Exception for wrong
ISequence definitions. |
Utility implementations for assumptions, sequences, tabes, options and level specifications.