Vector Class |
[SerializableAttribute] public abstract class Vector : Vector<Complex32>
The Vector type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the length or number of dimensions of this vector.
(Inherited from VectorT) | |
Item | Gets or sets the value at the given index. (Inherited from VectorT) | |
Storage |
Gets the raw vector data storage.
(Inherited from VectorT) |
Name | Description | |
---|---|---|
AbsoluteMaximum |
Returns the value of the absolute maximum element.
(Overrides VectorTAbsoluteMaximum) | |
AbsoluteMaximumIndex |
Returns the index of the absolute maximum element.
(Overrides VectorTAbsoluteMaximumIndex) | |
AbsoluteMinimum |
Returns the value of the absolute minimum element.
(Overrides VectorTAbsoluteMinimum) | |
AbsoluteMinimumIndex |
Returns the index of the absolute minimum element.
(Overrides VectorTAbsoluteMinimumIndex) | |
Add(T) |
Adds a scalar to each element of the vector.
(Inherited from VectorT) | |
Add(VectorT) |
Adds another vector to this vector.
(Inherited from VectorT) | |
Add(T, VectorT) |
Adds a scalar to each element of the vector and stores the result in the result vector.
(Inherited from VectorT) | |
Add(VectorT, VectorT) |
Adds another vector to this vector and stores the result into the result vector.
(Inherited from VectorT) | |
AsArray |
Returns the internal array of this vector if, and only if, this vector is stored by such an array internally.
Otherwise returns null. Changes to the returned array and the vector will affect each other.
Use ToArray instead if you always need an independent array.
(Inherited from VectorT) | |
At(Int32) | Gets the value at the given index without range checking.. (Inherited from VectorT) | |
At(Int32, T) | Sets the value at the given index without range checking.. (Inherited from VectorT) | |
Clear |
Resets all values to zero.
(Inherited from VectorT) | |
ClearSubVector |
Sets all values of a subvector to zero.
(Inherited from VectorT) | |
Clone |
Returns a deep-copy clone of the vector.
(Inherited from VectorT) | |
CoerceZero(Double) |
Set all values whose absolute value is smaller than the threshold to zero.
(Overrides VectorTCoerceZero(Double)) | |
CoerceZero(FuncT, Boolean) |
Set all values that meet the predicate to zero, in-place.
(Inherited from VectorT) | |
Conjugate |
Return vector with complex conjugate values of the source vector
(Inherited from VectorT) | |
Conjugate(VectorT) |
Complex conjugates vector and save result to result (Inherited from VectorT) | |
ConjugateDotProduct |
Computes the dot product between the conjugate of this vector and another vector.
(Inherited from VectorT) | |
CopySubVectorTo |
Copies the requested elements from this vector to another.
(Inherited from VectorT) | |
CopyTo |
Copies the values of this vector into the target vector.
(Inherited from VectorT) | |
Divide(T) |
Divides each element of the vector by a scalar.
(Inherited from VectorT) | |
Divide(T, VectorT) |
Divides each element of the vector by a scalar and stores the result in the result vector.
(Inherited from VectorT) | |
DivideByThis(T) |
Divides a scalar by each element of the vector.
(Inherited from VectorT) | |
DivideByThis(T, VectorT) |
Divides a scalar by each element of the vector and stores the result in the result vector.
(Inherited from VectorT) | |
DoAdd(Complex32, VectorComplex32) |
Adds a scalar to each element of the vector and stores the result in the result vector.
(Overrides VectorTDoAdd(T, VectorT)) | |
DoAdd(VectorComplex32, VectorComplex32) |
Adds another vector to this vector and stores the result into the result vector.
(Overrides VectorTDoAdd(VectorT, VectorT)) | |
DoConjugate |
Conjugates vector and save result to result (Overrides VectorTDoConjugate(VectorT)) | |
DoConjugateDotProduct |
Computes the dot product between the conjugate of this vector and another vector.
(Overrides VectorTDoConjugateDotProduct(VectorT)) | |
DoDivide |
Divides each element of the vector by a scalar and stores the result in the result vector.
(Overrides VectorTDoDivide(T, VectorT)) | |
DoDivideByThis |
Divides a scalar by each element of the vector and stores the result in the result vector.
(Overrides VectorTDoDivideByThis(T, VectorT)) | |
DoDotProduct |
Computes the dot product between this vector and another vector.
(Overrides VectorTDoDotProduct(VectorT)) | |
DoModulus |
Computes the canonical modulus, where the result has the sign of the divisor,
for each element of the vector for the given divisor.
(Overrides VectorTDoModulus(T, VectorT)) | |
DoModulusByThis |
Computes the canonical modulus, where the result has the sign of the divisor,
for the given dividend for each element of the vector.
(Overrides VectorTDoModulusByThis(T, VectorT)) | |
DoMultiply |
Multiplies a scalar to each element of the vector and stores the result in the result vector.
(Overrides VectorTDoMultiply(T, VectorT)) | |
DoNegate |
Negates vector and saves result to result (Overrides VectorTDoNegate(VectorT)) | |
DoOuterProduct |
Computes the outer product M[i,j] = u[i]*v[j] of this and another vector and stores the result in the result matrix.
(Inherited from VectorT) | |
DoPointwiseAbs | (Overrides VectorTDoPointwiseAbs(VectorT)) | |
DoPointwiseAbsoluteMaximum(Complex32, VectorComplex32) | (Overrides VectorTDoPointwiseAbsoluteMaximum(T, VectorT)) | |
DoPointwiseAbsoluteMaximum(VectorComplex32, VectorComplex32) | (Overrides VectorTDoPointwiseAbsoluteMaximum(VectorT, VectorT)) | |
DoPointwiseAbsoluteMinimum(Complex32, VectorComplex32) | (Overrides VectorTDoPointwiseAbsoluteMinimum(T, VectorT)) | |
DoPointwiseAbsoluteMinimum(VectorComplex32, VectorComplex32) | (Overrides VectorTDoPointwiseAbsoluteMinimum(VectorT, VectorT)) | |
DoPointwiseAcos | (Overrides VectorTDoPointwiseAcos(VectorT)) | |
DoPointwiseAsin | (Overrides VectorTDoPointwiseAsin(VectorT)) | |
DoPointwiseAtan | (Overrides VectorTDoPointwiseAtan(VectorT)) | |
DoPointwiseAtan2(Complex32, VectorComplex32) | (Overrides VectorTDoPointwiseAtan2(T, VectorT)) | |
DoPointwiseAtan2(VectorComplex32, VectorComplex32) | (Overrides VectorTDoPointwiseAtan2(VectorT, VectorT)) | |
DoPointwiseCeiling | (Overrides VectorTDoPointwiseCeiling(VectorT)) | |
DoPointwiseCos | (Overrides VectorTDoPointwiseCos(VectorT)) | |
DoPointwiseCosh | (Overrides VectorTDoPointwiseCosh(VectorT)) | |
DoPointwiseDivide |
Pointwise divide this vector with another vector and stores the result into the result vector.
(Overrides VectorTDoPointwiseDivide(VectorT, VectorT)) | |
DoPointwiseExp |
Pointwise applies the exponential function to each value and stores the result into the result vector.
(Overrides VectorTDoPointwiseExp(VectorT)) | |
DoPointwiseFloor | (Overrides VectorTDoPointwiseFloor(VectorT)) | |
DoPointwiseLog |
Pointwise applies the natural logarithm function to each value and stores the result into the result vector.
(Overrides VectorTDoPointwiseLog(VectorT)) | |
DoPointwiseLog10 | (Overrides VectorTDoPointwiseLog10(VectorT)) | |
DoPointwiseMaximum(Complex32, VectorComplex32) | (Overrides VectorTDoPointwiseMaximum(T, VectorT)) | |
DoPointwiseMaximum(VectorComplex32, VectorComplex32) | (Overrides VectorTDoPointwiseMaximum(VectorT, VectorT)) | |
DoPointwiseMinimum(Complex32, VectorComplex32) | (Overrides VectorTDoPointwiseMinimum(T, VectorT)) | |
DoPointwiseMinimum(VectorComplex32, VectorComplex32) | (Overrides VectorTDoPointwiseMinimum(VectorT, VectorT)) | |
DoPointwiseModulus |
Pointwise canonical modulus, where the result has the sign of the divisor,
of this vector with another vector and stores the result into the result vector.
(Overrides VectorTDoPointwiseModulus(VectorT, VectorT)) | |
DoPointwiseMultiply |
Pointwise multiplies this vector with another vector and stores the result into the result vector.
(Overrides VectorTDoPointwiseMultiply(VectorT, VectorT)) | |
DoPointwisePower(Complex32, VectorComplex32) |
Pointwise raise this vector to an exponent and store the result into the result vector.
(Overrides VectorTDoPointwisePower(T, VectorT)) | |
DoPointwisePower(VectorComplex32, VectorComplex32) |
Pointwise raise this vector to an exponent vector and store the result into the result vector.
(Overrides VectorTDoPointwisePower(VectorT, VectorT)) | |
DoPointwiseRemainder |
Pointwise remainder (% operator), where the result has the sign of the dividend,
of this vector with another vector and stores the result into the result vector.
(Overrides VectorTDoPointwiseRemainder(VectorT, VectorT)) | |
DoPointwiseRound | (Overrides VectorTDoPointwiseRound(VectorT)) | |
DoPointwiseSign | (Overrides VectorTDoPointwiseSign(VectorT)) | |
DoPointwiseSin | (Overrides VectorTDoPointwiseSin(VectorT)) | |
DoPointwiseSinh | (Overrides VectorTDoPointwiseSinh(VectorT)) | |
DoPointwiseSqrt | (Overrides VectorTDoPointwiseSqrt(VectorT)) | |
DoPointwiseTan | (Overrides VectorTDoPointwiseTan(VectorT)) | |
DoPointwiseTanh | (Overrides VectorTDoPointwiseTanh(VectorT)) | |
DoRemainder |
Computes the remainder (% operator), where the result has the sign of the dividend,
for each element of the vector for the given divisor.
(Overrides VectorTDoRemainder(T, VectorT)) | |
DoRemainderByThis |
Computes the remainder (% operator), where the result has the sign of the dividend,
for the given dividend for each element of the vector.
(Overrides VectorTDoRemainderByThis(T, VectorT)) | |
DoSubtract(Complex32, VectorComplex32) |
Subtracts a scalar from each element of the vector and stores the result in the result vector.
(Overrides VectorTDoSubtract(T, VectorT)) | |
DoSubtract(VectorComplex32, VectorComplex32) |
Subtracts another vector to this vector and stores the result into the result vector.
(Overrides VectorTDoSubtract(VectorT, VectorT)) | |
DoSubtractFrom |
Subtracts each element of the vector from a scalar and stores the result in the result vector.
(Inherited from VectorT) | |
DotProduct |
Computes the dot product between this vector and another vector.
(Inherited from VectorT) | |
Enumerate |
Returns an IEnumerable that can be used to iterate through all values of the vector.
(Inherited from VectorT) | |
Enumerate(Zeros) |
Returns an IEnumerable that can be used to iterate through all values of the vector.
(Inherited from VectorT) | |
EnumerateIndexed |
Returns an IEnumerable that can be used to iterate through all values of the vector and their index.
(Inherited from VectorT) | |
EnumerateIndexed(Zeros) |
Returns an IEnumerable that can be used to iterate through all values of the vector and their index.
(Inherited from VectorT) | |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Inherited from VectorT) | |
Equals(VectorT) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from VectorT) | |
Exists |
Returns true if at least one element satisfies a predicate.
Zero elements may be skipped on sparse data structures if allowed (default).
(Inherited from VectorT) | |
Exists2TOther |
Returns true if at least one element pairs of two vectors of the same size satisfies a predicate.
Zero elements may be skipped on sparse data structures if allowed (default).
(Inherited from VectorT) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
Find |
Returns a tuple with the index and value of the first element satisfying a predicate, or null if none is found.
Zero elements may be skipped on sparse data structures if allowed (default).
(Inherited from VectorT) | |
Find2TOther |
Returns a tuple with the index and values of the first element pair of two vectors of the same size satisfying a predicate, or null if none is found.
Zero elements may be skipped on sparse data structures if allowed (default).
(Inherited from VectorT) | |
Fold2TOther, TState |
Applies a function to update the status with each value pair of two vectors and returns the resulting status.
(Inherited from VectorT) | |
ForAll |
Returns true if all elements satisfy a predicate.
Zero elements may be skipped on sparse data structures if allowed (default).
(Inherited from VectorT) | |
ForAll2TOther |
Returns true if all element pairs of two vectors of the same size satisfy a predicate.
Zero elements may be skipped on sparse data structures if allowed (default).
(Inherited from VectorT) | |
GetHashCode |
Returns a hash code for this instance.
(Inherited from VectorT) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
InfinityNorm |
Calculates the infinity norm of the vector.
(Overrides VectorTInfinityNorm) | |
L1Norm |
Calculates the L1 norm of the vector, also known as Manhattan norm.
(Overrides VectorTL1Norm) | |
L2Norm |
Calculates the L2 norm of the vector, also known as Euclidean norm.
(Overrides VectorTL2Norm) | |
Map(FuncT, T, VectorT, Zeros) |
Applies a function to each value of this vector and replaces the value in the result vector.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
MapTU(FuncT, TU, Zeros) |
Applies a function to each value of this vector and returns the results as a new vector.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
Map2(FuncT, T, T, VectorT, Zeros) |
Applies a function to each value pair of two vectors and returns the results as a new vector.
(Inherited from VectorT) | |
Map2(FuncT, T, T, VectorT, VectorT, Zeros) |
Applies a function to each value pair of two vectors and replaces the value in the result vector.
(Inherited from VectorT) | |
MapConvertTU |
Applies a function to each value of this vector and replaces the value in the result vector.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
MapIndexed(FuncInt32, T, T, VectorT, Zeros) |
Applies a function to each value of this vector and replaces the value in the result vector.
The index of each value (zero-based) is passed as first argument to the function.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
MapIndexedTU(FuncInt32, T, TU, Zeros) |
Applies a function to each value of this vector and returns the results as a new vector.
The index of each value (zero-based) is passed as first argument to the function.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
MapIndexedConvertTU |
Applies a function to each value of this vector and replaces the value in the result vector.
The index of each value (zero-based) is passed as first argument to the function.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
MapIndexedInplace |
Applies a function to each value of this vector and replaces the value with its result.
The index of each value (zero-based) is passed as first argument to the function.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
MapInplace |
Applies a function to each value of this vector and replaces the value with its result.
If forceMapZero is not set to true, zero values may or may not be skipped depending
on the actual data storage implementation (relevant mostly for sparse vectors).
(Inherited from VectorT) | |
Maximum |
Returns the value of maximum element.
(Inherited from VectorT) | |
MaximumIndex |
Returns the index of the maximum element.
(Overrides VectorTMaximumIndex) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Minimum |
Returns the value of the minimum element.
(Inherited from VectorT) | |
MinimumIndex |
Returns the index of the minimum element.
(Overrides VectorTMinimumIndex) | |
Modulus(T) |
Computes the canonical modulus, where the result has the sign of the divisor,
for each element of the vector for the given divisor.
(Inherited from VectorT) | |
Modulus(T, VectorT) |
Computes the canonical modulus, where the result has the sign of the divisor,
for each element of the vector for the given divisor.
(Inherited from VectorT) | |
ModulusByThis(T) |
Computes the canonical modulus, where the result has the sign of the divisor,
for the given dividend for each element of the vector.
(Inherited from VectorT) | |
ModulusByThis(T, VectorT) |
Computes the canonical modulus, where the result has the sign of the divisor,
for the given dividend for each element of the vector.
(Inherited from VectorT) | |
Multiply(T) |
Multiplies a scalar to each element of the vector.
(Inherited from VectorT) | |
Multiply(T, VectorT) |
Multiplies a scalar to each element of the vector and stores the result in the result vector.
(Inherited from VectorT) | |
Negate |
Returns a negated vector.
(Inherited from VectorT) | |
Negate(VectorT) |
Negates vector and save result to result (Inherited from VectorT) | |
Norm |
Computes the p-Norm.
(Overrides VectorTNorm(Double)) | |
Normalize |
Normalizes this vector to a unit vector with respect to the p-norm.
(Overrides VectorTNormalize(Double)) | |
OuterProduct(VectorT) |
Computes the outer product M[i,j] = u[i]*v[j] of this and another vector.
(Inherited from VectorT) | |
OuterProduct(VectorT, MatrixT) |
Computes the outer product M[i,j] = u[i]*v[j] of this and another vector and stores the result in the result matrix.
(Inherited from VectorT) | |
PointwiseAbs |
Pointwise applies the abs function to each value
(Inherited from VectorT) | |
PointwiseAbs(VectorT) |
Pointwise applies the abs function to each value
(Inherited from VectorT) | |
PointwiseAbsoluteMaximum(T) |
Pointwise applies the absolute maximum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMaximum(VectorT) |
Pointwise applies the absolute maximum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMaximum(T, VectorT) |
Pointwise applies the absolute maximum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMaximum(VectorT, VectorT) |
Pointwise applies the absolute maximum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMinimum(T) |
Pointwise applies the absolute minimum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMinimum(VectorT) |
Pointwise applies the absolute minimum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMinimum(T, VectorT) |
Pointwise applies the absolute minimum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseAbsoluteMinimum(VectorT, VectorT) |
Pointwise applies the absolute minimum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseAcos |
Pointwise applies the acos function to each value
(Inherited from VectorT) | |
PointwiseAcos(VectorT) |
Pointwise applies the acos function to each value
(Inherited from VectorT) | |
PointwiseAsin |
Pointwise applies the asin function to each value
(Inherited from VectorT) | |
PointwiseAsin(VectorT) |
Pointwise applies the asin function to each value
(Inherited from VectorT) | |
PointwiseAtan |
Pointwise applies the atan function to each value
(Inherited from VectorT) | |
PointwiseAtan(VectorT) |
Pointwise applies the atan function to each value
(Inherited from VectorT) | |
PointwiseAtan2(VectorT) |
Pointwise applies the atan2 function to each value of the current
vector and a given other vector being the 'x' of atan2 and the
'this' vector being the 'y'
(Inherited from VectorT) | |
PointwiseAtan2(VectorT, VectorT) |
Pointwise applies the atan2 function to each value of the current
vector and a given other vector being the 'x' of atan2 and the
'this' vector being the 'y'
(Inherited from VectorT) | |
PointwiseBinary(ActionT, VectorT, T) |
Helper function to apply a binary function which takes a scalar and
a vector and modifies the latter in place. A copy of the "this"
vector is therefore first made and then passed to f together with
the scalar argument. The copy is then returned as the result
(Inherited from VectorT) | |
PointwiseBinary(ActionVectorT, VectorT, VectorT) |
Helper function to apply a binary function which takes two vectors
and modifies the latter in place. A copy of the "this" vector is
first made and then passed to f together with the other vector. The
copy is then returned as the result
(Inherited from VectorT) | |
PointwiseBinary(ActionT, VectorT, T, VectorT) |
Helper function to apply a binary function which takes a scalar and
a vector, modifies the latter in place and returns void.
(Inherited from VectorT) | |
PointwiseBinary(ActionVectorT, VectorT, VectorT, VectorT) |
Helper function to apply a binary function which takes two vectors
and modifies the second one in place
(Inherited from VectorT) | |
PointwiseCeiling |
Pointwise applies the ceiling function to each value
(Inherited from VectorT) | |
PointwiseCeiling(VectorT) |
Pointwise applies the ceiling function to each value
(Inherited from VectorT) | |
PointwiseCos |
Pointwise applies the cos function to each value
(Inherited from VectorT) | |
PointwiseCos(VectorT) |
Pointwise applies the cos function to each value
(Inherited from VectorT) | |
PointwiseCosh |
Pointwise applies the cosh function to each value
(Inherited from VectorT) | |
PointwiseCosh(VectorT) |
Pointwise applies the cosh function to each value
(Inherited from VectorT) | |
PointwiseDivide(VectorT) |
Pointwise divide this vector with another vector.
(Inherited from VectorT) | |
PointwiseDivide(VectorT, VectorT) |
Pointwise divide this vector with another vector and stores the result into the result vector.
(Inherited from VectorT) | |
PointwiseExp |
Pointwise applies the exponent function to each value.
(Inherited from VectorT) | |
PointwiseExp(VectorT) |
Pointwise applies the exponent function to each value.
(Inherited from VectorT) | |
PointwiseFloor |
Pointwise applies the floor function to each value
(Inherited from VectorT) | |
PointwiseFloor(VectorT) |
Pointwise applies the floor function to each value
(Inherited from VectorT) | |
PointwiseLog |
Pointwise applies the natural logarithm function to each value.
(Inherited from VectorT) | |
PointwiseLog(VectorT) |
Pointwise applies the natural logarithm function to each value.
(Inherited from VectorT) | |
PointwiseLog10 |
Pointwise applies the log10 function to each value
(Inherited from VectorT) | |
PointwiseLog10(VectorT) |
Pointwise applies the log10 function to each value
(Inherited from VectorT) | |
PointwiseMaximum(T) |
Pointwise applies the maximum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseMaximum(VectorT) |
Pointwise applies the maximum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseMaximum(T, VectorT) |
Pointwise applies the maximum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseMaximum(VectorT, VectorT) |
Pointwise applies the maximum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseMinimum(T) |
Pointwise applies the minimum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseMinimum(VectorT) |
Pointwise applies the minimum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseMinimum(T, VectorT) |
Pointwise applies the minimum with a scalar to each value.
(Inherited from VectorT) | |
PointwiseMinimum(VectorT, VectorT) |
Pointwise applies the minimum with the values of another vector to each value.
(Inherited from VectorT) | |
PointwiseModulus(VectorT) |
Pointwise canonical modulus, where the result has the sign of the divisor,
of this vector with another vector.
(Inherited from VectorT) | |
PointwiseModulus(VectorT, VectorT) |
Pointwise canonical modulus, where the result has the sign of the divisor,
of this vector with another vector and stores the result into the result vector.
(Inherited from VectorT) | |
PointwiseMultiply(VectorT) |
Pointwise multiplies this vector with another vector.
(Inherited from VectorT) | |
PointwiseMultiply(VectorT, VectorT) |
Pointwise multiplies this vector with another vector and stores the result into the result vector.
(Inherited from VectorT) | |
PointwisePower(T) |
Pointwise raise this vector to an exponent.
(Inherited from VectorT) | |
PointwisePower(VectorT) |
Pointwise raise this vector to an exponent and store the result into the result vector.
(Inherited from VectorT) | |
PointwisePower(T, VectorT) |
Pointwise raise this vector to an exponent and store the result into the result vector.
(Inherited from VectorT) | |
PointwisePower(VectorT, VectorT) |
Pointwise raise this vector to an exponent.
(Inherited from VectorT) | |
PointwiseRemainder(VectorT) |
Pointwise remainder (% operator), where the result has the sign of the dividend,
of this vector with another vector.
(Inherited from VectorT) | |
PointwiseRemainder(VectorT, VectorT) |
Pointwise remainder (% operator), where the result has the sign of the dividend,
this vector with another vector and stores the result into the result vector.
(Inherited from VectorT) | |
PointwiseRound |
Pointwise applies the round function to each value
(Inherited from VectorT) | |
PointwiseRound(VectorT) |
Pointwise applies the round function to each value
(Inherited from VectorT) | |
PointwiseSign |
Pointwise applies the sign function to each value
(Inherited from VectorT) | |
PointwiseSign(VectorT) |
Pointwise applies the sign function to each value
(Inherited from VectorT) | |
PointwiseSin |
Pointwise applies the sin function to each value
(Inherited from VectorT) | |
PointwiseSin(VectorT) |
Pointwise applies the sin function to each value
(Inherited from VectorT) | |
PointwiseSinh |
Pointwise applies the sinh function to each value
(Inherited from VectorT) | |
PointwiseSinh(VectorT) |
Pointwise applies the sinh function to each value
(Inherited from VectorT) | |
PointwiseSqrt |
Pointwise applies the sqrt function to each value
(Inherited from VectorT) | |
PointwiseSqrt(VectorT) |
Pointwise applies the sqrt function to each value
(Inherited from VectorT) | |
PointwiseTan |
Pointwise applies the tan function to each value
(Inherited from VectorT) | |
PointwiseTan(VectorT) |
Pointwise applies the tan function to each value
(Inherited from VectorT) | |
PointwiseTanh |
Pointwise applies the tanh function to each value
(Inherited from VectorT) | |
PointwiseTanh(VectorT) |
Pointwise applies the tanh function to each value
(Inherited from VectorT) | |
PointwiseUnary(ActionVectorT) |
Helper function to apply a unary function to a vector. The function
f modifies the vector given to it in place. Before its
called, a copy of the 'this' vector with the same dimension is
first created, then passed to f. The copy is returned as the result
(Inherited from VectorT) | |
PointwiseUnary(ActionVectorT, VectorT) |
Helper function to apply a unary function which modifies a vector
in place.
(Inherited from VectorT) | |
Remainder(T) |
Computes the remainder (vector % divisor), where the result has the sign of the dividend,
for each element of the vector for the given divisor.
(Inherited from VectorT) | |
Remainder(T, VectorT) |
Computes the remainder (vector % divisor), where the result has the sign of the dividend,
for each element of the vector for the given divisor.
(Inherited from VectorT) | |
RemainderByThis(T) |
Computes the remainder (dividend % vector), where the result has the sign of the dividend,
for the given dividend for each element of the vector.
(Inherited from VectorT) | |
RemainderByThis(T, VectorT) |
Computes the remainder (dividend % vector), where the result has the sign of the dividend,
for the given dividend for each element of the vector.
(Inherited from VectorT) | |
SetSubVector |
Copies the values of a given vector into a region in this vector.
(Inherited from VectorT) | |
SetValues |
Set the values of this vector to the given values.
(Inherited from VectorT) | |
Subtract(T) |
Subtracts a scalar from each element of the vector.
(Inherited from VectorT) | |
Subtract(VectorT) |
Subtracts another vector from this vector.
(Inherited from VectorT) | |
Subtract(T, VectorT) |
Subtracts a scalar from each element of the vector and stores the result in the result vector.
(Inherited from VectorT) | |
Subtract(VectorT, VectorT) |
Subtracts another vector to this vector and stores the result into the result vector.
(Inherited from VectorT) | |
SubtractFrom(T) |
Subtracts each element of the vector from a scalar.
(Inherited from VectorT) | |
SubtractFrom(T, VectorT) |
Subtracts each element of the vector from a scalar and stores the result in the result vector.
(Inherited from VectorT) | |
SubVector |
Creates a vector containing specified elements.
(Inherited from VectorT) | |
Sum |
Computes the sum of the vector's elements.
(Overrides VectorTSum) | |
SumMagnitudes |
Computes the sum of the absolute value of the vector's elements.
(Inherited from VectorT) | |
ToArray |
Returns the data contained in the vector as an array.
The returned array will be independent from this vector.
A new memory block will be allocated for the array.
(Inherited from VectorT) | |
ToColumnMatrix |
Create a matrix based on this vector in column form (one single column).
(Inherited from VectorT) | |
ToRowMatrix |
Create a matrix based on this vector in row form (one single row).
(Inherited from VectorT) | |
ToString |
Returns a string that summarizes this vector.
The maximum number of cells can be configured in the Control class.
(Inherited from VectorT) | |
ToString(String, IFormatProvider) |
Returns a string that summarizes this vector.
The maximum number of cells can be configured in the Control class.
The format string is ignored.
(Inherited from VectorT) | |
ToString(Int32, Int32, String, IFormatProvider) |
Returns a string that summarizes this vector, column by column and with a type header.
(Inherited from VectorT) | |
ToTypeString |
Returns a string that describes the type, dimensions and shape of this vector.
(Inherited from VectorT) | |
ToVectorString(String, IFormatProvider) |
Returns a string that represents the content of this vector, column by column.
(Inherited from VectorT) | |
ToVectorString(Int32, Int32, String, IFormatProvider) |
Returns a string that represents the content of this vector, column by column.
(Inherited from VectorT) | |
ToVectorString(Int32, Int32, String, String, String, FuncT, String) |
Returns a string that represents the content of this vector, column by column.
(Inherited from VectorT) | |
ToVectorStringArray | (Inherited from VectorT) |
Name | Description | |
---|---|---|
Imaginary |
Gets a real vector representing the imaginary parts of a complex vector.
(Defined by VectorExtensions) | |
Real |
Gets a real vector representing the real parts of a complex vector.
(Defined by VectorExtensions) | |
ToComplex |
Converts a vector to double precision complex numbers.
(Defined by VectorExtensions) |