Array |
public class ArrayMath
The ArrayMath type exposes the following members.
Name | Description | |
---|---|---|
CopyFromComplexToSplittedArrays | Copies an array of Complex elements into an array of the real part values and an array of the imaginary part values. | |
CopyFromSplittedArraysToComplex | Copies two arrays with real and imaginary part values into an array of Complex values. | |
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) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
MultiplySplittedComplexArrays | Multiplies two splitted complex array and stores the result in a splitted complex array. | |
MultiplySplittedComplexArraysCrossed | Multiplies two splitted complex arrays which are the result of Fourier transformations in inverse order like result=x[w]*x[-w] (w is frequency) and stores the result in a splitted complex array. Note that this is not simply x[i]*x[n-i], since there are the special points i=0 and i=n/2. Furthermore, this operation is not transitive, i.e. multiplying src1 with src2 gives not the same result as multipying src2 with src1. See remarks for detail. | |
NormalizeArrays | Multiplies the elements of array arr1 and array arr2 by a factor. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |