| ChangeCoordinates | Gets coordinates of vectors with respect to a new basis given the coordinates with respect to another basis. |
| Distance | Computes the distance between vectors having the specified coordinates. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetBasisMatrix | Gets the matrix representation of the Basis. |
| GetCoordinates | Gets the coordinates of the given vectors with respect to the Basis. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetVectors | Gets the vectors represented by the specified coordinates with respect to the Basis. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Norm | Returns the norm of the vector having the specified coordinates. |
| ScalarProduct | Return the scalar product of the vectors having the specified coordinates. |
| Standard | Returns the standard basis of the specified dimension. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |