Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
| Name | Description |
---|
 | AbsoluteMax |
Returns the value of the component in this
ComplexVector that has the largest absolute
value.
(Inherited from SingleComplexVector.) |
 | AbsoluteMaxIndex |
Returns the index of the component in this
ComplexVector that has the largest absolute
value.
(Inherited from SingleComplexVector.) |
 | AbsoluteMin |
Returns the value of the component in this
ComplexVector that has the smallest absolute
value.
(Inherited from SingleComplexVector.) |
 | AbsoluteMinIndex |
Returns the index of the component in this
ComplexVector that has the smallest absolute
value.
(Inherited from SingleComplexVector.) |
 | Add(SingleComplexVector) |
Adds another ComplexVector to this ComplexVector.
(Inherited from SingleComplexVector.) |
 | Add(SingleComplex, SingleComplexVector) |
Adds a scaled ComplexVector to this ComplexVector.
(Inherited from SingleComplexVector.) |
 | Add(SingleComplexMatrix, SingleComplexVector) | (Inherited from SingleComplexVector.) |
 | Add(SingleComplex, SingleComplexMatrix, SingleComplexVector) | (Inherited from SingleComplexVector.) |
 | Apply(FuncSingleComplex, SingleComplex) | (Inherited from SingleComplexVector.) |
 | AsGeneralVector |
Returns a dense comlex vector with the same components as this vector.
(Inherited from SingleComplexVector.) |
 | Clone | (Inherited from SingleComplexVector.) |
 | Clone(CloningMethod) | (Inherited from SingleComplexVector.) |
 | CloneData | Obsolete.
If possible, gives this instance its own copy of its elements.
(Overrides SingleComplexVectorCloneData.) |
 | ComponentwiseDivide(SingleComplexVector) |
Divides the components of this instance by the corresponding
components of another vector.
(Inherited from SingleComplexVector.) |
 | ComponentwiseDivide(SingleVector) |
Divides the components of this instance by the corresponding
components of a real vector.
(Inherited from SingleComplexVector.) |
 | ComponentwiseMultiply(SingleComplexVector) |
Multiplies the components of this instance by the corresponding
components of another vector.
(Inherited from SingleComplexVector.) |
 | ComponentwiseMultiply(SingleVector) |
Multiplies the components of this instance by the corresponding
components of a real vector.
(Inherited from SingleComplexVector.) |
 | Conjugate |
Returns a ComplexVector whose components are the complex conjugate of this vector's components.
(Inherited from SingleComplexVector.) |
 | CopyTo(SingleComplex) | (Inherited from SingleComplexVector.) |
 | CopyTo(SingleComplexVector) | (Inherited from SingleComplexVector.) |
 | CopyTo(SingleComplexVector, Int32) |
Copies the components of this ComplexVector
to another vector starting at the specified position.
(Inherited from SingleComplexVector.) |
 | DotProduct(SingleComplexVector) |
Returns the dot product of this vector with another
vector.
(Inherited from SingleComplexVector.) |
 | Equals | (Inherited from SingleComplexVector.) |
 | GetAmplitude |
Returns a vector containing the amplitude (modulus) of each component of this vector.
(Inherited from SingleComplexVector.) |
 | GetComponents | (Inherited from SingleComplexVector.) |
 | GetEnumerator | (Inherited from SingleComplexVector.) |
 | GetHashCode |
Returns the hash code for this instance.
(Inherited from SingleComplexVector.) |
 | GetImaginaryPart |
Returns a real vector containing the imaginary components of the vector.
(Inherited from SingleComplexVector.) |
 | GetObjectData | (Inherited from SingleComplexVector.) |
 | GetPhase |
Returns a vector containing the phase (argument) of each component of this vector.
(Inherited from SingleComplexVector.) |
 | GetRealPart |
Returns a real vector containing the real components of the vector.
(Inherited from SingleComplexVector.) |
 | GetSubvector(Range) |
Returns a vector whose components are a subset of the components of
this instance
(Inherited from SingleComplexVector.) |
 | GetSubvector(Int32, Int32) |
Returns a vector whose components are a subset of the components of
this instance
(Inherited from SingleComplexVector.) |
 | GetSubvector(Int32, Int32, Int32) |
Returns a vector whose components are a subset of the components of
this instance
(Inherited from SingleComplexVector.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetValue |
Gets the vector component at the specified position.
(Overrides SingleComplexVectorGetValue(Int32).) |
 | IsComponentWritable |
Gets a value indicating whether the value of the component at
the specified index can be changed.
(Overrides SingleComplexVectorIsComponentWritable(Int32).) |
 | Multiply(SingleComplex) |
Multiplies a vector by a given factor.
(Inherited from SingleComplexVector.) |
 | Multiply(SingleComplexMatrix) | (Inherited from SingleComplexVector.) |
 | Multiply(SingleComplexMatrix, MatrixOperationSide) | (Inherited from SingleComplexVector.) |
 | Norm | (Inherited from SingleComplexVector.) |
 | Norm(Int32) | (Inherited from SingleComplexVector.) |
 | Norm(Single) | (Inherited from SingleComplexVector.) |
 | Normalize | (Inherited from SingleComplexVector.) |
 | NormSquared | (Inherited from SingleComplexVector.) |
 | OneNorm | (Inherited from SingleComplexVector.) |
 | SetValue(SingleComplex) |
Sets all the components of the ComplexVector to
the specified value.
(Inherited from SingleComplexVector.) |
 | SetValue(SingleComplex, Int32) |
Sets the vector component at the specified position to the specified value.
(Overrides SingleComplexVectorSetValue(SingleComplex, Int32).) |
 | ShallowCopy | (Inherited from SingleComplexVector.) |
 | Subtract(SingleComplexVector) |
Subtracts another ComplexVector from this ComplexVector.
(Inherited from SingleComplexVector.) |
 | Subtract(SingleComplexMatrix, SingleComplexVector) | (Inherited from SingleComplexVector.) |
 | SwapElements |
Exchanges two elements of the vector.
(Inherited from SingleComplexVector.) |
 | ToConjugate |
Changes the components of the vector to their complex conjugate.
(Inherited from SingleComplexVector.) |
 | ToDenseVector | (Inherited from SingleComplexVector.) |
 | ToDoublePrecision |
Returns a double-precision equivalent of the vector.
(Inherited from SingleComplexVector.) |
 | ToGeneralVector | (Inherited from SingleComplexVector.) |
 | ToString | (Inherited from SingleComplexVector.) |
 | ToString(String) |
Converts the numeric value of this ComplexVector instance
to its equivalent string representation, using the
specified format.
(Inherited from SingleComplexVector.) |
 | ToString(String, IFormatProvider) | (Inherited from SingleComplexVector.) |
 | Zero | (Inherited from SingleComplexVector.) |