The TPSAMaps type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TPSAMaps(array<TPSA>[]()[][]) | Creates a new TPSAMaps object from a list of TPSA objects. | |
| TPSAMaps(TPSAMaps..::..Create) | Creates a new TPSAMaps object with or without actually instantiating the components of the map. |
Methods
| Name | Description | |
|---|---|---|
| Clear | Clears the instance's map. | |
| Clone | Creates a clone of the instance. | |
| comp | The composition of the instance and another map. Synonym of Compose. | |
| Compose | The composition of the instance and another map. | |
| Copy | Copies the TPSAMaps argument to the instance. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Eval(array<Double>[]()[][]) | Evaluates the instance map at a point. | |
| Eval(array<array<Double>[]()[][]>[]()[][]) | Evaluate instance map at a set of points. | |
| Filter | Set to zero specific terms of a map. | |
| FilterKeep | Set to zero all but a specific set of terms of a map. | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init | Initializes the class. | |
| Inverse | Computes the map inverse of the instance. | |
| LieBracket(TPSAMaps) | The Lie bracket of two maps. | |
| LieBracket(TPSAMaps, TPSAMaps) | The Lie bracket of two maps. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Minus | Subtracts a map from the instance. | |
| Plus | Adds a map to the instance. | |
| SetOrder | Clips terms of the instance whose order is either higher or lower than a given value,
and returns a new object. | |
| ToString()()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| ToString(Double, String) | Computes a string representation of the map. |
Operators
| Name | Description | |
|---|---|---|
| Addition | Add two TPSAMap objects. | |
| Subtraction | The difference between two maps. | |
| UnaryNegation | Overloaded operator that computes the component-by-component arithmetic negative of the argument. |
Fields
Properties
| Name | Description | |
|---|---|---|
| TPSAOrder | Order of the underlying TPSA. | |
| TPSATerms | Number of terms of the underlying TPSA. | |
| TPSAVariables | Number of variables in the underlying TPSA. |