The DoubleComplexVector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Append | Overloaded. | |
| Apply | Overloaded. | |
| Clone |
Creates a deep copy of this vector.
| |
| DeepenThisCopy |
Guarantees that there is only one reference to the underlying
data and that this data is in contiguous storage.
| |
| Divide | Overloaded. | |
| Equals |
Tests for equality of this vector and another vector. Two vectors are equal
if they have the same dimensions and all values are equal.
(Overrides Object..::.Equals(Object).) | |
| GetDoubleComplexEnumerator |
Creates an IDoubleComplexEnumerator out of the data elements in this vector.
| |
| GetEnumerator |
Creates an IEnumerator out of the data elements in this vector.
| |
| GetHashCode |
Returns an integer hash code for this vector.
(Overrides Object..::.GetHashCode()()().) | |
| GetSchema |
The method is reserved and should not be used.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Increment |
Adds the specified value to each element in the vector.
| |
| InfinityNorm |
Computes the infinity-norm of this vector.
| |
| Multiply | Overloaded. | |
| NaNEquals |
Tests for equality of this vector and another vector. Two vectors are equal
if they have the same dimensions and all values are equal.
| |
| Negate |
Negates a vector.
| |
| OneNorm |
Computes the 1-norm of this vector.
| |
| Parse | Overloaded. | |
| ReadXml |
Generates a DoubleComplexVector instance form its XML representation.
| |
| Resize |
Changes the size of this vector to the specified length, adding zeros or
truncating as necessary.
| |
| ResizeAndClear |
Changes the size of this vector to the specified length, and resets the value
of all data elements to zero.
| |
| Reverse |
Returns a new vector view of the data in reverse order.
| |
| Scale |
Scales each element in the vector by the specified value.
| |
| Set |
Sets the data elements of this vector indicated by the given Slice
to the specified value.
| |
| ShallowCopy |
Creates a shallow copy of this vector.
| |
| Subtract | Overloaded. | |
| ToArray |
Copies data into an array and returns it.
| |
| ToImagDataTable | Overloaded. | |
| ToRealDataTable | Overloaded. | |
| ToString | Overloaded. | |
| Transform | Overloaded. | |
| TwoNorm |
Computes the 2-norm of this vector.
| |
| Write | Overloaded. | |
| WriteXml |
Converts an object into its XML representation.
|
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Division | Overloaded. | |
| Equality |
Tests for equality of two vectors. Two vectors are equal
if they have the same dimensions and all values are equal.
| |
| Implicit | Overloaded. | |
| Inequality |
Tests for inequality of two vectors. Two vectors are unequal
if they have different dimensions or their values are not
all equal.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Negates the elements in this vector.
|