The TPSAMaps type exposes the following members.

Methods

  NameDescription
Public methodClear
Clears the instance's map.
Public methodClone
Creates a clone of the instance.
Public methodcomp
The composition of the instance and another map. Synonym of Compose.
Public methodCompose
The composition of the instance and another map.
Public methodCopy
Copies the TPSAMaps argument to the instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEval(array<Double>[]()[][])
Evaluates the instance map at a point.
Public methodEval(array<array<Double>[]()[][]>[]()[][])
Evaluate instance map at a set of points.
Public methodFilter
Set to zero specific terms of a map.
Public methodFilterKeep
Set to zero all but a specific set of terms of a map.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInit
Initializes the class.
Public methodInverse
Computes the map inverse of the instance.
Public methodLieBracket(TPSAMaps)
The Lie bracket of two maps.
Public methodStatic memberLieBracket(TPSAMaps, TPSAMaps)
The Lie bracket of two maps.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinus
Subtracts a map from the instance.
Public methodPlus
Adds a map to the instance.
Public methodSetOrder
Clips terms of the instance whose order is either higher or lower than a given value, and returns a new object.
Public methodToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodToString(Double, String)
Computes a string representation of the map.

See Also